0.0.13 • Published 5 years ago

@cx-styled/react-elements v0.0.13

Weekly downloads
26
License
MIT
Repository
github
Last release
5 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.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago