Wes Bos
Wes Bos
Sure - this is a good idea
@stolinski Im gonna ask you to do your svelte magic here. syntax.fm/nope gives us the error page styled but syntax.fm/nope/never doesnt because it doesn't hit the `(site)/+error.svelte` route... not sure...
This is because they are shipping Common.js code, and module.exports exporting 1 object with all the values on it. The docs are incorrect - to import this in a esm...
What is anything? Have you measured or deployed to Deno Deploy?
I thought so, but the shipped version is compiled and has only 1 import. I think it's due to all the encrypt / decrypt, but also not my area of...
fantastic work everyone on digging into this - I learned a lot here
They allow it, but they don't do anything with it. Look at the links here, it's just linked to the main repo. https://www.npmjs.com/package/react-dom
I find my whole cache says with a page reload - I need to close dev tools and re-open it to see the correct data
A stop-gap solution right now is to just reload the entire frame: 
This is still an issue for me, I have to reload the entire dev tools to see any updates to the cache. Any work around? having to use `console.table(__APOLLO_CLIENT__.cache.data.data)` to...