pagesource / fusion-components

A collection of React Components built with Emotion.js
https://sape-fusion.herokuapp.com/
MIT License
13 stars 22 forks source link

Feature/upgrade react 16 #72

Closed vish288 closed 6 years ago

vish288 commented 6 years ago

upgrade should be done now.

Stepper Control is still an issue. But i notice that is an issue in development even now.. So we need to rewrite it or probably ask whoever wrote it to have a look

69 is closed for now.

sbmadhav commented 6 years ago

@vichu1988 - It is throwing error when I try to start the project. Module not found: Error: Can't resolve 'emotion/react' in '/Users/bsrin2/Documents/CodeBase/XT-Fusion/fusion'

I tried to run npm install as well. Looks like this is current approach is to use another npm module react-emotion and the emotion/react is deprecated

vish288 commented 6 years ago

For some reason your revert had caused my merge to go crazy.. now all the issues seem to have been fixed including the stepper control. have a look and merge if ok @sbmadhav

sbmadhav commented 6 years ago

Thanks @vichu1988 for the PR!