-
Hi,
I basically copied code from this example: https://github.com/asyarb/react-use-googlelogin/blob/34f5b437a36d694859e113a4305b37a76f86bd91/examples/ssr-nextjs/src/components/GoogleAuthProvider.ts…
-
We are beginning to add code examples to the mosaic docs now and these examples would be much clearer if the markdown and rendered preview were accessible on the page.
The new React doc use [sandpa…
-
Recently I'm having this issue in the build of my project with nextjs, does anyone have any idea what it could be?
`ModuleNotFoundError: Module not found: Error: Can't resolve 'globalthis/polyfill'…
-
Hello, I've added code from https://github.com/uiwjs/react-md-editor?tab=readme-ov-file#support-nextjs on my open-source website, but it doesn't work correctly. I have the strange blue line on the le…
-
### Provide environment information
Operating System:
Platform: darwin
Arch: arm64
Version: Darwin Kernel Version 22.1.0: Sun Oct 9 20:14:30 PDT 2022; root:xnu-8792.41.9~2…
-
here is the code from next.js example
![2020-07-31-22:27:20-screenshot](https://user-images.githubusercontent.com/7573215/89070060-049d1e80-d37d-11ea-818d-3fb0412eedad.png)
here is how nextjs re…
-
### Description
This issue aims to enhance the performance and security of our APIs by implementing rate limiting for endpoints that involve database operations. Rate limiting is crucial to prevent a…
-
I am using https://github.com/uiwjs for my Nextjs project. I have followed all of the steps from npm. But it is not working and still getting the same isssue.
`event - compiled client and server suc…
-
### Duplicates
- [x] I have searched the existing issues
### Related page
https://github.com/mui/material-ui/blob/v5.14.7/examples/material-ui-nextjs-pages-router-ts/src/Link.tsx
### Kind …
-
### Description
When making a query like:
```
const libraryInventory = await db.from.libraryInventory
.join(Book, (lib, book) => lib.bookId === book.bookId)
.toArray();
```
In Nex…