-
Hello,
First, I want to thank you for your work on the `react-multi-select-component` package. It has been incredibly useful for my Next.js project. However, I have encountered an issue with dark m…
-
react-month-picker not re-rendering when props change
-
After updating to React Native 0.74, the following error/warning is produced.
```
Support for defaultProps will be removed from function components in a future major release.
Use JavaScript defa…
-
The ESlint rule `react/require-default-props` complains when a prop is not marked `isRequired` in the `propTypes` and isn't in the `defaultProps`. We should either appease ESlint, or turn off that rul…
emlys updated
2 years ago
-
### Problem Description
The core RN Animated API affords users the ability to animate arbitrary props. For example, you can animate a square to a circle by animating the `borderRadius` prop.
This …
-
This package doesn't have any types :-/
-
All the slots in `@mui/x-tree-view` and `@mui/x-tree-view-pro` packages should support module augmentation.
This allows to pass custom props to your slots without casting the types.
Here is how it…
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `react-native-google-places-autocomplete@2.5.6` for th…
-
**Is your feature request related to a problem? Please describe.**
Right now, there seem to be code highlighting for the `` component only for [javascript, json, jsx and typescript](https://github.co…
-
# react & repl
https://jscomplete.com/repl
```jsx
// props is an object!
// message.text => array of objects
class MessageList extends React.Component {
getChildren = () => {
…