react-toolbox / react-toolbox-themr

A tool to statically extract and generate custom themes for React Toolbox
MIT License
240 stars 24 forks source link

Compatibility issue with create-react-app v.1.0.4 #25

Open lc1983 opened 7 years ago

lc1983 commented 7 years ago

By following the thread: https://github.com/react-toolbox/react-toolbox-themr/issues/24, I can get Button rendering properly in my create-react-app generated app. With a full test of the react-toolbox features, I found the following features are not working:

  1. Font Icon
  2. Slider
  3. Snackbar

There are not errors when trying to use the features.

javivelasco commented 7 years ago

Can you share some code? Maybe there is something missing or the themes are not included.

lc1983 commented 7 years ago

Sure, attached is a sample project to repro this issue.

test-toolbox.tar.gz