-
I was trying to use https://github.com/PaulLeCam/react-leaflet with react-redux-universal-hot-example. Leaflet does its DOM manipulation outside React so obviously it won't work with server side rende…
-
i have a component that displays a list of teams - using the following code
```
const user = useUser({ or: 'redirect' });
if (user)
{
const teams = user.useTeams…
-
I use Next.js, chakra-ui, next-mdx-remote to build my blog.
```tsx
import React from "react";
import {Mermaid} from 'mdx-mermaid/lib/Mermaid'
const MDXComponents = {
mermaid: Mermaid, …
-
I'm having an issue with posthog logging this error. we are using gatsby but not the gatsby plugin, current posthog version is 1.69.0. we're initialising in `gatsby-browser.tsx` with:
```js
export…
-
**Description**
If you have a "submit" button on a field and press the button very quickly after modifying a field, you may not get the latest field.
**Steps to reproduce**
1. Run the…
-
## Issue Check list
- [x] Agree to the [Code of Conduct](https://github.com/jbetancur/react-data-table-component/blob/master/CODE-OF-CONDUCT.md)
- [x] Read the README
- [x] You are using React 16.8…
ADTC updated
10 months ago
-
I believe the issue is related to the optional binding for CmsEventBusService `(bind(CmsEventBusService).toDynamicValue(() => new Typed()).inSingletonScope().when(() => typeof window !== "undefined"))…
-
### Describe the Bug
Regardless of whether I use `.env`, `.env.local`, or `.env.development.local`, I am unable to utilize any environment variables in my email template when using `email dev`.
I'…
-
### Steps to reproduce 🕹
Live example: https://codesandbox.io/p/sandbox/https-github-com-mui-material-ui-issues-38607-5h5ndr?file=%2Fsrc%2Fapp%2Fpage.tsx%3A22%2C1
Unstable height TextField multi…
-
### Description
## Context / Problem
As we know, NextJS does not have native data passing mechanism from server to server component (something like Astro has `Astro.locals`, which is available in …