react-with-direction icon indicating copy to clipboard operation
react-with-direction copied to clipboard

Components to provide and consume RTL or LTR direction in React

Results 9 react-with-direction issues
Sort by recently updated
recently updated
newest added

React 17 is around the corner and this package still relies on the unsafe `componentWillRecieveProps`. I attempted to make a pr to mark it as unsafe but this breaks with...

This PR adds support of React 17. Issue: https://github.com/airbnb/react-with-direction/issues/20.

Please update the deepmerge version. Many packages use a newer version because of this me have to use multiple versions of the deepmerge package

This package has been outdated. So I updated deepmerge to 3.3.0 I checked all test have passed. Closes #27.

I noticed when using [rheostat](https://github.com/airbnb/rheostat) that this project is printing warnings in React StrictMode because it's using the legacy React Context instead of the one released in React 16.3. I...

i getting the following error while importing DateRangePicker lib. Configuring module specifier with a string is no longer supported. Configure with { "moduleSpecifier": "object.assign" } instead of "object.assign". `ERROR in...

This change migrates DirectionProvider to cease using `UNSAFE_componentWillMount` in favor of `componentDidUpdate` in accordance with > If you need to perform a side effect (for example, data fetching or an...

React 16 is now released, so let's add it into our peerDependencies.