React-sortable-tree: Check the render method of `DragDropContext(SortableTreeWithoutDndContext)`

Created on 28 Jan 2019  路  8Comments  路  Source: frontend-collective/react-sortable-tree

Reporting a Bug?

Troubleshooting have problem

Requesting a Feature?

import SortableTree from 'react-sortable-tree';

image

question

All 8 comments

Same error for 2.6.0 version

The problem is with the React version.
There is a code snippet inside of React-dnd .
(DragDropContext.Consumer, null, null), the value of DragDropContext.Consumer is undefined.

The Consumer object is created with the React.createContext () function.
Your React version may not have this function.

2.6.1 too

Is anyone going to fix it? I have this error with fresh version of react(16.7.0)

Hello, also got this error with [email protected] and [email protected]

Downgrading from [email protected] to [email protected] seems to work with [email protected]

Can you provide some example?

up

Was this page helpful?
0 / 5 - 0 ratings

Related issues

29er picture 29er  路  5Comments

NickEmpetvee picture NickEmpetvee  路  3Comments

xmhscratch picture xmhscratch  路  5Comments

vladimirsvsv77 picture vladimirsvsv77  路  5Comments

JonatanGarciaClavo picture JonatanGarciaClavo  路  3Comments