Victor Leach
Victor Leach
Added in #115
Duplicate of https://github.com/championswimmer/vuex-module-decorators/issues/131
Do we have to wait for the fix made in `firebase/firebase-js-sdk` to be released here?
Looks like a fix for this was pushed out, but I'm still getting an error when assigning a whole object to the property. ```typescript Type 'Record' is not assignable to...
Any update on this? it's stopping us upgrading past `v4`
Me too :(
My solution to a clickable tooltip above the link. ```javascript Quill.register('modules/linkTooltip', (quill: any) => { quill.container.addEventListener('click', (evt: any) => { if (evt.target.tagName === 'A' && (quill.options.readOnly || evt.offsetY < -5))...
I seem to have this working now with dts-bundle.
I got the same issue, maybe because of my content security policy?