-
### Link to the code that reproduces this issue
https://github.com/CNaught-Inc/nextjs-turbo-chakra-issue-repro
### To Reproduce
1. Run the application with --turbo
2. Go to http://localhost:3000 …
-
Issue:
This issue happen after I upgrade to nextjs lasted version (15.0.0-canary.195).
It throws this error when I create a new Resend instance:
```
new Resend(resendApiKey)
```
Error:
```
[p…
-
### Environment
- Operating System: `Linux`
- Node Version: `v16.14.2`
- Nuxt Version: `3.0.0`
- Nitro Version: `1.0.0`
- Package Manager: `npm@7.17.0`
- Builder: `vite`
- …
-
When using Next.js, integrating Autoform causes crashes due to the import of `FormProvider` (from `react-hook-form`) within a server component.
**Temporary Solution**
I had to manually add `"use c…
-
The same way that application.cfc is https://cfdocs.org/application
We should have https://cfdocs.org/web
and https://cfdocs.org/server
As per:
https://docs.lucee.org/guides/cookbooks/Startup_L…
-
### Error
When I'm trying to use the integration to run in controller mode and broadcast values to more than one ArtNet Interface, an UnicodeDecodeError appears: `UnicodeDecodeError: 'ascii' codec ca…
-
Using the Highlight component inside a component that is not marked with "use client" will throw the following error:
```
TypeError: Super expression must either be null or a function, not undefin…
-
### Describe the feature you'd like:
As a user of react 18 with NextJS (with app directory), I would like to render async server components
example:
// Page.tsx
```typescript
const Page = a…
-
### What version of `@strapi/blocks-react-renderer` are you using?
```
"@strapi/blocks-react-renderer": "^1.0.1",
"react": "^18.3.1"
```
### What's Wrong?
I am trying to use the BlocksRend…
wzrdx updated
2 months ago
-
### Bug Description
## Bug description
In the next.js docs, it is mentioned that the PosthogPageView needs to be dynamically imported at the layout level, which usually is a server component. I di…