-
### Is your feature request related to a problem? Please describe.
There are three configcat JS libraries, and the advantage of the SSR one over Node.js or React isn't clear. In my case, I'm using …
-
On the path to migrating to Remix, I have run into a really odd error that I have been able to track down to the usage of `react-router-devtools` in combination with a module import that contains a na…
-
I get the following error in certain libraries, such as `@tanstack/react-query`. I'm assuming it has something to do with the way the bundler adds react. Perhaps react is out of scope or an issue with…
-
First of all, thanks for this great package. I was able to generate a fully reponsive picture with only a few lines of code, which is amazing! To the problem
I am trying to use the `basePixels` dir…
HriBB updated
1 month ago
-
How do I enable JSX syntax for .js extension.
I'm trying react-native-paper but getting compilation error. Is there an official doc on how to do this via vite config or some other settings?
```b…
-
### Describe the bug
I'm getting this error while building
11:26:39 AM [vite] Error when evaluating SSR module virtual:remix/server-build: failed to import "flexlayout-react"
|- /test/node_module…
-
### Area
React Components (https://react.fluentui.dev)
### What kind of documentation issue are you reporting?
- [ ] Reporting a typo
- [ ] Reporting a documentation bug
- [x] Documentation improve…
-
### Is your feature request related to a problem? Please describe.
- React.js limits SEO and performance due to its client-side rendering.
- We need server-side rendering (SSR), static site gene…
-
### Link to the code that reproduces this issue
https://github.com/ArtoszBart/next-issue
### To Reproduce
1. `docker-compose up`
2. make change in page.tsx
3. save changes
### Current vs. Expect…
-
Hi,
many thx for this magnificent project, I tried the script in our nextjs (pages router) application and it worked instantly 👍
Then I tried installing the npm package but it seems I get a `w…