-
Nice library. Getting some tasty console prop failures though.
ExceptionsManager.js:73 Warning: Failed prop type: Invalid props.style key `resizeMode` supplied to `View`.
Bad object: {
"positio…
-
hi team,
when running both examples I'm getting `prop-types` errors.
Please see below:
**Warning: Failed prop type: DockedSagaMonitorView: prop type `darkTheme` is invalid; it must be a fun…
-
This library requires **prop-types** dependency extracted from the built-in `React v15.5.0`.
Please include prop-types in project or remove the dependency so that users don't have to find dependenc…
-
interface ReadOnlyProps
- state: StateDef
interface ActionProps
- actions:
- state: StateDef
This allows us to be more explicit about the role that the functional component is to play...
-
Hey, thanks for this! Works great in this situation:
```
static propTypes = TextInputPropTypes;
```
When the propTypes are set to the external file, fantastic. However, if you destructure the …
-
## 📝 Issue Description
Add the following content for **Components in React** under **REACT**
1. What are Components?
2. Functional Components vs. Class Components
3. Creating a Component
4. C…
-
There needs to be prop types added to the project.
-
I am getting some typescript issues that are a bit difficult to resolve when trying to override the components in the JSXParser `components` map prop. Sample code below:
```jsx
(
…
-
Hi,
I've some issues in my react project.
Here is my code:
``
And, here are the error messages:
`Failed prop type: MaterialIcon: prop type `invert` is invalid;`
`Failed prop type: Materi…
-
Using Svelte 4.2.7 with carbon-icons-svelte 12.11.0 and carbon-components-svelte 0.85.2 setting icons on carbon components raises errors such as:
```
Types of construct signatures are incompatible…