ErikDakoda / vulcan-material-ui

Replacement for Vulcan components using Material-UI.
28 stars 13 forks source link

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

Closed jacobpdq closed 6 years ago

jacobpdq commented 6 years ago

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!

Apollinaire commented 6 years ago

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.