Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make newer versions of svelte-query work in Svelte REPL #90

Open
pzcfg opened this issue May 11, 2022 · 0 comments
Open

Make newer versions of svelte-query work in Svelte REPL #90

pzcfg opened this issue May 11, 2022 · 0 comments

Comments

@pzcfg
Copy link

pzcfg commented May 11, 2022

I am able to use old versions of svelte-query in https://svelte.dev/repl/ using the following import:

import { QueryClient, useQuery } from '@sveltestack/svelte-query@1.1.0';

However if I try to import a newer version like @1.6.0 I see errors like

Error: Could not load https://unpkg.com/fs@0.0.1-security/index.js (imported by https://unpkg.com/broadcast-channel@4.11.0/dist/esnode/methods/node.js): Cannot find "/index.js" in fs@0.0.1-security

I'm not sure if this is an issue with the REPL, unpkg.com, or svelte-query, but as older versions work I think it will at least partially involve changes here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant