Luccid-ai / react-planner

:pencil2: A React Component for plans design. Draw a 2D floorplan and navigate it in 3D mode.
https://cvdlab.github.io/react-planner
MIT License
15 stars 16 forks source link

[Bug] Redux devtools variable is deprecated #27

Open Christelle-Couchoux opened 9 months ago

Christelle-Couchoux commented 9 months ago

Redux DevTools isn't working because the variable used is deprecated. demo / src / wrapper.jsx l. 49-50

Replace

!isProduction && window.devToolsExtension ?
        window.devToolsExtension({

with

!isProduction && window.__REDUX_DEVTOOLS_EXTENSION__ && window.__REDUX_DEVTOOLS_EXTENSION__() ?
        window.__REDUX_DEVTOOLS_EXTENSION__({