Bryan Lumbantobing
Bryan Lumbantobing
Hi @adrai. I have a question. Is there any downside of this approach where he stores all the translation as javascript string, also there's no use of `getStaticProps` to get...
> ```js > const options = { > blockRenderer: { > unstyled(block) { > if (!block.getText().trim().length) { > return ""; > } > } > } > } > ```...
```bash error - unhandledRejection: Error: aborted at connResetException (node:internal/errors:691:14) at abortIncoming (node:_http_server:596:17) at socketOnClose (node:_http_server:590:3) at Socket.emit (node:events:402:35) at TCP. (node:net:687:12) { code: 'ECONNRESET' } ``` same with node v16...
> In my case, I installed canary-8 version and no error log occurred. > But I don't know why, until a few days ago, when developing with the latest version...
i think at that case if your data container height is fixed you can set the height and scrollable target. but for many cases just increase the data limit until...
would be nice if we have this for free :).
> Try to move the Layout component to a different file. I used it in a different file when the warning happens. I moved it to `_app.tsx` just to make...
- I use `pnpm`, so react-i18next will not be installed with `next-i18next`. Is there a way to use ```ts import "next-i18next"; declare module "next-i18next" ``` directly instead of importing react-i18next?...