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
Then
3. Run meteor and check out the root page, the chips currently don't load with the following error.
TypeError: $(...).material_chip is not a function
at Blaze.TemplateInstance.<anonymous> (main.js:6)
at blaze.js?hash=983d07a…:3341
at Function.Template._withTemplateInstanceFunc (blaze.js?hash=983d07a…:3687)
at fireCallbacks (blaze.js?hash=983d07a…:3337)
at Blaze.View.<anonymous> (blaze.js?hash=983d07a…:3430)
at blaze.js?hash=983d07a…:1783
at Object.Blaze._withCurrentView (blaze.js?hash=983d07a…:2214)
at blaze.js?hash=983d07a…:1782
at Object.Tracker._runFlush (tracker.js?hash=9f8a0ce…:539)
at onGlobalMessage (meteor.js?hash=e3f53db…:401)
The text was updated successfully, but these errors were encountered:
Seems the chips functionality hasn't been brought over to scss, maybe there's something I don't know about how to import it into Meteor.
Steps to recreate:
git clone https://github.com/Cypher1/Chips_test
or
Then
3. Run meteor and check out the root page, the chips currently don't load with the following error.
The text was updated successfully, but these errors were encountered: