kauderk

Results 3 comments of kauderk

Problem at `"solid-devtools": "^0.27.1"` but fixed at `"solid-devtools": "^0.29.2"`, please update the [Stackblitz Demo](https://stackblitz.com/edit/solid-devtools-demo?file=src%2Fmain.tsx) This interface must have changed the `createRoot` function location. ```js var SolidApi = globalThis.SolidDevtools$$; var solid_api_default...

🙌 Hi Everyone I tried to load qwik (without qwik-city) into an existing page because I want to create a chrome extension https://discord.com/channels/842438759945601056/842438761287254019/1116118813000351754 @mhevery recommended to look at https://github.com/BuilderIO/qwik/pull/4719 but...

Now I have working templates for creating chrome extensions with qwik - thank you @gioboa - [General Purpose](https://github.com/kauderk/qwik-chrome-extension-template) - using the `@crxjs/vite-plugin` - [Options Page](https://github.com/kauderk/qwik-chrome-extension-template/tree/options-page) - simple configuration - I...