dnd icon indicating copy to clipboard operation
dnd copied to clipboard

[react-redux] remove pure option

Open paztis opened this issue 2 years ago • 1 comments

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.

paztis avatar May 13 '22 10:05 paztis

Any updates on this?

ayxos avatar May 17 '22 07:05 ayxos

@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:

100terres avatar Aug 21 '22 01:08 100terres