Felix

Results 41 comments of Felix

I like the idea of this and i am currently trying to use SWR as a cache for WebSocket connections. In my use case I want to stash all incoming...

Running in to the same issue with a ssg next.js app. is there an official solution to this problem? if so I could make a pull request on the official...

As swc now released their wasm plugin api this would be interesting. As far as I read discussions on solidjs this would enable solid on deno. Not really capable of...

Maybe a config for the vite plugin could solve this. Like suppling an options object: ```ts { "outsideModuleGraph": "./src/routes/**/*.{ts,tsx,js,jsx}" } ```

Also having this problem with compound components I prefer the method of using Object.assign and that doesn't work. Just wanted to weight in that this is still a problem and...

The best way I found to work around this issue is exporting all components separately and creating a compound component and exporting that as well. Then use separate exports in...

I was just looking for this. +1 for this feature request. 👍🏻

Experiencing same issue, thanks for the workaround @GustavoBonfimS.

Feel free to open a pr on the new lenis monorepo.