We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I run react vectormap on next.js after import VectorMap on component. I found this error its below.
Server Error TypeError: Cannot set property 'vectorMap' of undefined
This error happened while generating the page. Any console logs will be displayed in the terminal window. Call Stack file:///D:/Project/my-dashboard/node_modules/react-jvectormap/build/index.js (1:3002610) Object. file:///D:/Project/my-dashboard/node_modules/react-jvectormap/build/index.js (1:3002973) Object. file:///D:/Project/my-dashboard/node_modules/react-jvectormap/build/index.js (1:3049709) e file:///D:/Project/my-dashboard/node_modules/react-jvectormap/build/index.js (1:424) Object. file:///D:/Project/my-dashboard/node_modules/react-jvectormap/build/index.js (1:3002360) e file:///D:/Project/my-dashboard/node_modules/react-jvectormap/build/index.js (1:424) file:///D:/Project/my-dashboard/node_modules/react-jvectormap/build/index.js (1:781) file:///D:/Project/my-dashboard/node_modules/react-jvectormap/build/index.js (1:791) file:///D:/Project/my-dashboard/node_modules/react-jvectormap/build/index.js (1:86) Object. file:///D:/Project/my-dashboard/node_modules/react-jvectormap/build/index.js (1:300) Module._compile internal/modules/cjs/loader.js (1138:30) Object.Module._extensions..js internal/modules/cjs/loader.js (1158:10) Module.load internal/modules/cjs/loader.js (986:32) Function.Module._load internal/modules/cjs/loader.js (879:14) Module.require internal/modules/cjs/loader.js (1026:19) require internal/modules/cjs/helpers.js (72:18)
The text was updated successfully, but these errors were encountered:
Hello You still haven't solved this problem?
Sorry, something went wrong.
This is a duplicate of #29 and the solution is most likely in that thread.
Merge pull request #76 from XhmikosR/master
d4b8820
Update Gruntfile.js.
No branches or pull requests
I run react vectormap on next.js after import VectorMap on component. I found this error its below.
Server Error
TypeError: Cannot set property 'vectorMap' of undefined
This error happened while generating the page. Any console logs will be displayed in the terminal window.
Call Stack
file:///D:/Project/my-dashboard/node_modules/react-jvectormap/build/index.js (1:3002610)
Object.
file:///D:/Project/my-dashboard/node_modules/react-jvectormap/build/index.js (1:3002973)
Object.
file:///D:/Project/my-dashboard/node_modules/react-jvectormap/build/index.js (1:3049709)
e
file:///D:/Project/my-dashboard/node_modules/react-jvectormap/build/index.js (1:424)
Object.
file:///D:/Project/my-dashboard/node_modules/react-jvectormap/build/index.js (1:3002360)
e
file:///D:/Project/my-dashboard/node_modules/react-jvectormap/build/index.js (1:424)
file:///D:/Project/my-dashboard/node_modules/react-jvectormap/build/index.js (1:781)
file:///D:/Project/my-dashboard/node_modules/react-jvectormap/build/index.js (1:791)
file:///D:/Project/my-dashboard/node_modules/react-jvectormap/build/index.js (1:86)
Object.
file:///D:/Project/my-dashboard/node_modules/react-jvectormap/build/index.js (1:300)
Module._compile
internal/modules/cjs/loader.js (1138:30)
Object.Module._extensions..js
internal/modules/cjs/loader.js (1158:10)
Module.load
internal/modules/cjs/loader.js (986:32)
Function.Module._load
internal/modules/cjs/loader.js (879:14)
Module.require
internal/modules/cjs/loader.js (1026:19)
require
internal/modules/cjs/helpers.js (72:18)
The text was updated successfully, but these errors were encountered: