File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2222
2323- Add ` nodeRef ` :
2424 - If running in React Strict mode, ReactDOM.findDOMNode() is deprecated.
25- Unfortunately, in order for <Draggable > to work properly, we need raw access
25+ Unfortunately, in order for ` <Draggable> ` to work properly, we need raw access
2626 to the underlying DOM node. If you want to avoid the warning, pass a ` nodeRef `
2727 as in this example:
2828 ``` js
3838 This can be used for arbitrarily nested components, so long as the ref ends up
3939 pointing to the actual child DOM node and not a custom component.
4040 Thanks to react- transition- group for the inspiration.
41- ` nodeRef` is also available on < DraggableCore> .
41+ ` nodeRef` is also available on ` <DraggableCore>` .
4242- Remove " browser" field in " package.json" :
4343 - There is nothing special in the browser build that is actually practical
4444 for modern use . The " browser" field, as defined in
You can’t perform that action at this time.
0 commit comments