jxnblk / tachyons-components

React UI components powered by Tachyons with a styled-components like API
MIT License
411 stars 15 forks source link

Doesn't work out the box with React Boilerplate #7

Open danhollick opened 6 years ago

danhollick commented 6 years ago

I get the following error when trying to set this up with react boilerplate:

TypeError: __WEBPACK_IMPORTED_MODULE_3_tachyons_components___default(...)(...).withConfig is not a function

Some googling led me to believe this might be coming from babel 6? But I couldn't get any of those fixes to work.