To repro:
Expected behavior:
Fiddle contents remains unchanged
Actual behavior:
Fiddle contents replaced with default fiddle
@nornagon what version of Fiddle? what versions are you switching between? I can't repro this on macOS with 0.22.0 when switching between for example a v14 nightly and a v10 version 馃
I believe I've encountered this before, I'll try to reproduce as well.
v0.22.0, and switching between any version of Electron did it. It doesn't seem to be reproducing any more though 馃
Pretty sure it's a real bug that's still around though, I'm not sure exactly what circumstances bring it about.
I'm able to reliably reproduce this still in v0.25.1.
Steps:
the default fiddle will be re-loaded.
I think some logic here must be at fault?
cc @ckerr who touched that code recently.
I believe this is working in main and that what's happening is that 0.25.1 mistakenly didn't include the code you're linking.
Most helpful comment
I believe this is working in main and that what's happening is that 0.25.1 mistakenly didn't include the code you're linking.