ErikDakoda/vulcan-material-ui

Cannot read property 'hocs' of undefined (/components/core/Datatable)

Closed this issue · 1 comments

Here's the error off of a fresh install:

at replaceComponent (packages/vulcan:lib/lib/modules/components.js:109:81)
at Datatable.jsx (packages/erikdakoda:vulcan-material-ui/components/core/Datatable.jsx:334:1)

Thanks for the great work!

Looks like you're missing the vulcan:lib package. All the code here is an extension of Vulcan, it cannot work without it. You should clone https://github.com/VulcanJS/Vulcan , then add this package to it, with meteor add erikdakoda:vulcan-material-uias said in the readme of the project.