Javascript – React Beautiful DND- Uncaught RbdInvariant {message: 'Invariant failed: Could not find required context'}
I have a component in React that uses react-beautiful-dnd. This component renders a list of items that can be dragged. Here is the code for this component- const LeftPanelForTables = (props: LeftPanelForTablesProps) => { const { items } = props;…