0.0.9 • Published 3 years ago

react-elements-th v0.0.9

Weekly downloads
18
License
MIT
Repository
github
Last release
3 years ago

cx-styled-comps

React & React-native Styled Components from Connacx

yarn link react and react-dom

(cd apps/next-comp-gallery/node_modules/react && yarn link) && (cd apps/next-comp-gallery/node_modules/react-dom && yarn link)
yarn link react && yarn link react-dom

issues 1. bundling issue => needed to use rollup 2. react cannot be resolved 3. invalid hook issue due to main app and package using both react and react dom and these 2 libraries are in 2 places/node_modules solution:

  • in app, (cd node_modules/react && yarn link)
  • in package, yarn link react
  • do the same for react-dom as well
0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago