Danilo Woznica
Danilo Woznica
Sure, the following query works, but without persist data: ```graphql query MyQuery { pokemon(name: "Bulbasaur") @persist { name } } ``` And this one returns an error (like the print...
More details: ``` [GraphQL error]: Message: Cannot query field "__persist" on type "MyType". ```
Hey @lukadriel7 I have tested what you said and I'm not getting the Error status code 400 anymore, but the query still doesn't persist on my storage. Thanks for debugging
Please, merge it 🙏
Hey @WangJiaoJo >1. Do I need to use [Verdaccio](https://verdaccio.org/)? Not really; we could achieve the same result by building your own server and proxy the dependencies. However, we recommend Verfaccio...
Hey, would you mind direct me a message on Discord and share the registry URL? Because given the information available in this issue, I can't figure out what's going on....
Hey @hand-dot! You can set a new cursor position programmatically using the CodeMirror instance, here's an example: https://sandpack.codesandbox.io/docs/advanced-usage/components#advanced-usage Hope it helps
Hey @joshwcomeau, I managed to fix it on #587. Would you mind taking a look to see if it works as you expected? Thanks for reporting this issue.
It looks good to me
@DeMoorJasper, it seems that given the following template, which includes the tags `template`, `script`, and `style`. But if you try to remove the `style` tag, it breaks something. Sandbox: https://codesandbox.io/s/sandpack-project-forked-x9zfmb?file=/src/App.vue