Maciej Bulczak
Maciej Bulczak
Is it possible to use your plugin with non-react native storybook? If not, do you have plans to add such support, i think that feature would make sense to be...
### Context This PR prevents the issue when custom rendered components are not visible after second render caused by react StrictMode in development mode. I have noticed that if render...
New behaviour of StrictMode component introduced by React in version 18 causes react components to simulate their unmounting and remounting after first mount in developer mode (https://reactjs.org/docs/strict-mode.html#ensuring-reusable-state). This is meant...
Cheers. when rendering page in Internet Explorer 11 invariant.js throws error: > e.render(): A valid React element (or null) must be returned. You may have returned undefined, an array or...
### Context Adds editing options for progress and rating columns in react demo. ### How has this been tested? Manually in browser. ### Types of changes - [ ] Bug...