-
### Describe the bug
Upgrading to TypeScript 5.5 gives the following error:
```
src/Test.stories.tsx(7,3): error TS2322: Type '(props: TestProps & RefAttributes) => ReactNode' is not assignable…
-
## Description
Our Nodelist component is too confusing. We have a lot of nested components, and most of the time we pass props from parent to child but sometimes we also connect the child to redux …
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
i add the `source` STRING to DEFAULT_PROPS_SCHEMA and add props_schema=DEFAULT_PROPS…
abc-w updated
1 month ago
-
This rule would check for:
``` js
class X extends Component {
constructor(props, context) {
super(props, context);
}
}
```
React is lenient, so `constructor() { super(); }` works, so this is…
-
- `` could use React.createContext to pass props and functions to ``
- the purpose of this is so that users can add wrappers around ``, such as styled-components
- related #800
-
### Link to the code that reproduces this issue
n/a
### To Reproduce
```js
export default async function Main({ searchParams }) {
const data = await searchParams;
return (
huh {data.fo…
-
### Environment
os: Ubuntu 22.04
node: v20.17.0
vue: 3.4.37
unbuild: 2.0.0
### Reproduction
[git](https://github.com/InfernalAzazel/k-naiveui-pro.git)
[docs](https://infernalazazel.githu…
-
# Issue: serializeHtml from "@udecode/plate-html/react" not Including Styles
### Description
I’m facing an issue with serializeHtml from @udecode/plate-html/react. The code I've used to approach thi…
-
When the application is used with a system set to a right-to-left (RTL) language (e.g., Arabic, Hebrew), the window control buttons (Close, Maximize, Minimize) overlap some UI elements within the app.…
-
Basically, the bug happens when you navigate through the next/Link component in an application made with NextJS where Keen Slider fails to update the slide. Watch the video as an example
https://…