You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When following the docs installation guide I get these errors:
ERROR in ./src/app/app.module.ts 19:48-60
"export 'default' (imported as 'HTML5Backend') was not found in 'react-dnd-html5-backend'
ERROR in ./src/app/app.module.ts 32:56-68
"export 'default' (imported as 'HTML5Backend') was not found in 'react-dnd-html5-backend'
ERROR in node_modules/zone.js/dist/zone.js.d.ts:600:21 - error TS2503: Cannot find namespace 'NodeJS'.
600 declare var global: NodeJS.Global;
~~~~~~
src/app/app.module.ts:10:10 - error TS2305: Module '"../../node_modules/react-dnd-html5-backend/lib"' has no exported member 'default'.
10 import { default as HTML5Backend } from 'react-dnd-html5-backend';
When following the docs installation guide I get these errors:
What am I doing wrong?
Angular version:
The text was updated successfully, but these errors were encountered: