react-inline-css icon indicating copy to clipboard operation
react-inline-css copied to clipboard

Fix: Unknown props warning in React 15.2.1, ES6'ize, add sheet caching, better regex for matching selectors

Open luigiplr opened this issue 9 years ago • 3 comments

PR fixes the following warning when used with React15.2.1

https://fb.me/react-unknown-prop https://fb.me/react-unknown-prop

Other changes include:

  • bringing component up to ES6 spec
  • New method for assigning default uniqe ID's (namespaces)
  • refactoring webpack configuration
  • changes to package.json scripts (see readme)
  • dependency updates
  • prepublish task (babel)
  • add sheet caching to prevent un-needed regex parsing
  • enhance regex to allow for input attribute selectors

luigiplr avatar Jul 18 '16 17:07 luigiplr

I've been noticing these little buggers warnings lately. Would be great to have them go away! :-)

alexchiri avatar Jul 29 '16 09:07 alexchiri

Thanks guys I will merge this later today.

RickWong avatar Jul 29 '16 10:07 RickWong

@luigiplr I don't think the conflicts are major. Would you mind rebasing your branch onto master so we can get this merged? Thanks!

willbutler avatar Sep 21 '17 20:09 willbutler