-
Hi,
I've been trying to get Nextjs instrumentation + pino + dd-trace log injection working to no avail. Looking for some help or maybe it's a bug?
**Expected behaviour**
I would expect to see l…
-
### Objective
Fix scrolling into view markdown input on web, so it will show the whole component (including padding inside it) in every situation.
### Current state
When focusing markdown text in…
-
### Verify canary release
- [x] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Operating System:
Platform: linux
…
-
I installed as per the docs and I set in a component within a nextjs project.
Expect behavior:
The component works as expected.
Actual behavior:
I get this error
` ⨯ TypeError: Cannot set pr…
-
### Prerequisites
- [X] I have searched the existing issues
- [X] I understand that providing a [SSCCE](http://sscce.org/) example is tremendously useful to the maintainers.
- [X] I have read the…
-
Hi. Is there a guide on how to add a WebSocket or socket.io to the server?
-
### Search keywords
responsiveChartContainer for PieChart
### Related page
https://mui.com/x/react-charts/pie/
### Kind of issue
Missing information
### Issue description
I have a…
-
Good afternoon, I am writing a pdf export of data including photos taken via mobile device.
When exporting data the pictures are missing, I have been puzzling for 2 days.
The code is as follows:
…
-
Hi,
Atom not sync data with react query data when using gcTime, staleTime. Below is my example:
export const todosQueryAtom = atomWithQuery(() => ({
queryKey: ["todos"],
queryFn: fetchTodos,…
-
When rendering a list with duplicate keys, React incorrectly renders an extra item, which is interactable, despite the console logging the correct number of items. This behavior occurs even though the…