-
### Description of the problem
I am not sure whether this is more of a documentation or implementation issue, but things seem a bit inconsistent to me here. The [documentation says](https://coq.inr…
-
`prop-types` are marked as deprecated as of 2017 and in the upcoming React 19 validation failure will start to be silently ignored. Official React docs suggest replacing it with TypeScript interface t…
-
### Describe the bug
I think this is an issue with discriminated unions in TypeScript, but there's a variant of that in this project.
# The Issue
Something's up with `StoryObj` types after upgradin…
-
**Describe the bug**
Each CoreComponent has some vaiid props and they have a wrong type(s) declared.
List of correct props types:
- [ ] object
- [ ] array
- [ ] any
- [ ] number
- [ ] string
…
-
I tried to import Saturation in my React-Typescript project and use it like below:
```typescriptscript
import { Saturation } from 'react-color/lib/components/common';
const Component: React.FC …
-
### Steps to reproduce
Build a package using @pigment/css react and use rollup.
### Current behavior
Without the vite sidestep. I get the following issues:
> Uncaught SyntaxError: The req…
-
Now that Motion has a vanilla API, most of the types are only available under `motion/react`. Is it possible to export them under `motion`?
For example, you want to create your own wrapper in Svel…
-
### Describe the problem
Sveltekit generate a type `PageData` for each `+page.svelte`, which allows to properly type the `data` prop :
```svelte
import type { PageData } from './$types';
…
-
I am encountering issues with the Filter component and its integration with DatatableWrapper. When I attempt to use controlledProps to manage the filter state externally, the component stops working, …
-
I have define a graph with two types of vertices, each is uniquely identified by primary key `custom_id` which is of type `DT_SIGNED_INT64`.
```yaml
name: modern_graph # then must have a modern di…