dnd
dnd copied to clipboard
[react-redux] remove pure option
in react-redux v8, pure option has disappears If we use @react-forked/dnd by forcing the version of react-redux to 8 it crashes just because of the pure option
In v7 , pure option it is by default true so it is useless to re-define it.
This PR let people migrate to react 18 / react-redux v8 without any crash temporary waiting for the official migration.
Any updates on this?
@paztis @ayxos we'll soon release a new version that support react 18 and uses react-redux 8 internally. Here's the commit https://github.com/react-forked/dnd/pull/392/commits/93cc3d5554cc7540b0e88d6fd9e3c3ff3fb001ae
I'll close this PR and keep you posted once it's released :slightly_smiling_face: