Alex Lukashou
Alex Lukashou
My use case is ta accumulate some data. For example how many times user interacted with a component. Right now I'm storing data in the app, but I'm afraid the...
### Describe the bug When I add `vanillaExtractPlugin()` to my config, other plugins start getting incorrect config values. For example [vite-plugin-relay-lite](https://github.com/cometkim/vite-plugin-relay-lite) gets `command: "serve"` in production build. It leads to...
### Which project does this relate to? Router ### Describe the bug I have simplified file structure like this:  In a real application each directory contains additional routes. As...