Luca Ban

Results 525 comments of Luca Ban

@snicol21 It's by design 😅 i'm able to change it with a major version if you want. When using `merge` to change props inside an object, you would probably want...

See both versions screenshots added - iPhone iOS 16.0.2 - macOS safari Version 16.1 (18614.2.9.1.12) --- ps: clicking rerun also does nothing

PS: on page load for macOS I get this in the Safari console: ![image](https://user-images.githubusercontent.com/3253920/210198061-b0be81aa-b25b-42ec-b571-4404ef8511a8.jpeg)

PS: these are my Safari privacy settings: ![image](https://user-images.githubusercontent.com/3253920/210198116-ba424bfa-64ed-4c1b-8e84-c0674247fda0.jpeg)

disabling prevention of cross-site tracking seems to show the examples again, but I don't think many people would allow such a thing... : / I guess the issue is upstream

might be worth looking into different example providers other than codepen

current workaround: ```js import typescript from 'rollup-plugin-typescript2' import pkg from '../package.json' assert { type: 'json' } import fs from 'fs' function renameCjsTypeDeclaration() { return { name: 'renameCjsTypeDeclaration', writeBundle: { sequential:...

This is an issue when there are two different versions of firebase I believe.

This is an issue when there are two different versions of firebase I believe.

@zabakala I'm just not sure this is the correct fix. I'm dependency injecting the firebase instance IIRC. So there must be something going wrong somewhere else perhaps. I will try...