-
### Describe the bug
When using the `Table` components, I get an error in the console from inside NextUI's code :
![image](https://user-images.githubusercontent.com/5107774/188172422-d53bc852-3af…
-
I am trying to re render the tree when the filesystem data is changed by another component and passed to the tree in props. I have implemented this Custom TreeDataProvider:
```
import {
Disposa…
-
**What you were expecting:**
When using custom choices, any changes to those choices should be reflected in the options.
**What happened instead:**
It seems that the initial options are being dis…
-
### I have a question
Hello,
TL;DR How do I write a Jest test for a component that contains ReactWebChat?
I am trying to write a test file for my website and the ReactWebChat component consistently…
-
Convex query is executed even if the enabled condition is not met.
```
const { fetchStatus, data: ordersResponse, isError, isPending: isOrderPending, isSuccess } = useQuery({
...convexQue…
-
### Describe the bug
I'm migrating from **_repack_** to _**repack with rspack.**_
Here is the babel-load rule when using with webpack.
```
{
test: /\.[cm]?[jt]sx?$/,
include: [
…
-
versions after 1.7.3 are not working in the Next js showing the error
```
⨯ ./node_modules/@gorules/jdm-editor/dist/style.css:5:1
Module not found: Invalid generator object. Asset Modules Plugin ha…
-
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…
-
### Describe the Bug
When enabling the experimental dynamicIO feature, the following error occurs during build:
```
Error occurred prerendering page "/admin/[[...segments]]". Read more: https://next…
-
### 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…