npm react-dnd 7.2.1
v7.2.1 -Safer Experimental Hooks API

latest releases: 16.0.1, 16.0.0, 15.1.2...
5 years ago

This patch release puts the experimental hooks API behind an annoying import so that it's clear to users that this API should not be used in production yet.

import { __EXPERIMENTAL_DND_HOOKS_THAT_MAY_CHANGE_AND_BREAK_MY_BUILD__ } from 'react-dnd'

const { useDrag, useDrop } = __EXPERIMENTAL_DND_HOOKS_THAT_MAY_CHANGE_AND_BREAK_MY_BUILD__
...

Don't miss a new react-dnd release

NewReleases is sending notifications on new releases.