DEV Community

Discussion on: Why I moved from React to Svelte and others will follow

Collapse
 
mikenikles profile image
Mike

Nice catch Andrew, it looks like there was a race condition where the external JS file didn't provide its global window.remarkable object quickly enough.

That's fixed now - thank you for letting me know.

Collapse
 
triptych profile image
Andrew Wooldridge

Thanks for responding and getting it to work! I learned more about Svelte looking at how you fixed it.