-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `react-native-snap-carousel@3.9.1` for the project I'm…
-
Currently when I try to define a prop type with literal types, I get a message like this? `Using fallback derivation for type "auto" | Int | true (derivation: MacroWritersImpl)`. I'm assuming this mea…
-
`React.PropTypes` is deprecated and will be removed in react 16. It should be replaced with: https://www.npmjs.com/package/prop-types
-
When creating light wrapper components it would be lovely to be able to import prop definitions from the library to use on wrapping components, like this:
```javascript
import React, { FC } from '…
-
Spinta throws an error KeyError: 'properties' and I don't know what it's about.
It seems it does that on this line:
if base['type'] in ALLOWED_PARTIAL_TYPES: …
-
## Bug report
### Current Behavior
`` accepts any prop, this make it impossible for TS compiler to find typos on props name.
### Expected behavior
IMHO, unexpected props should not be acceptab…
-
### Which OS ?
Expo web
### Version
Which versions are you using:
- react-native-swiper v? 1.6.0
- react-native v0.?.? expo sdk 39
### Expected behaviour
swiper works
### Actual beh…
-
Add prop types to all components within the /elements directory
-
Hi,
Please remove dependency from prop-types package. It is unnecessary making the product heavy.
Have a look at https://www.npmjs.com/package/babel-plugin-transform-react-remove-prop-types
Tha…
-
### Describe the bug
The elements in `'svelte/elements'` extend the following type:
```typescript
export interface DOMAttributes {
// Implicit children prop every element has
// Add this here…