reactjs - Material UI not working with JSPM -


i unable use react add-ons jspm react working. jspm throws error:

potentially unhandled rejection [3] error loading "react-addons-{addon}" @ http://localhost:3000/react-addons-{addon}.js 

this problem appears when try use material-ui in project.

i think work around import react 'react/lib/reactwithaddons' that's gonna work because load file lib think react remove addons , create npm packages them. don't know why hope @ least work you, now.

more information:


Comments