Mayank
Mayank
We had the same problem in our project. Workaround is: ```ts import { Placement } from 'tippy.js'; ``` And if linter complains, you can explicitly add `tippy.js` to dev dependencies.
> I believe this only happens when streaming, hence it only started since `beta.55` Just wanted to mention that it also did happen before `beta.55`. The difference is that `beta.55`...
maybe i'm misunderstanding but why is the overlay considered expected behavior? shouldn't it just be a console warning?
> The overlay is showed for any errors happening on the server (IIRC) But it's supposed to be a warning, not an error (at least from the wording). And other...
Thanks for reopening. I've updated the issue title to more accurately reflect the problem in the latest RC.
it looks like this problem is still happening on `[email protected]` and `@astrojs/[email protected]` 🙁 Getting the same error. #4093 also seems to be still broken.
@bluwy Thank you so much for looking into this. Do you think from this point on, these issues should be reported to the respective packages? Since they seem to be...
Oh that's super interesting. I think I got confused by the original error message because it says `@astrojs/solid-js`. Does `preact/compat` not have full compatibility with all `react` (
Any update on this? Firefox support would be very nice for us to test cross-browser behavior
Worth mentioning that this is about more than just sveltekit. The web `fetch` API is the standard all new frameworks/runtimes (remix, astro, cloudflare workers, bun, fresh) seem to be adopting....