whetstone / redux-devtools-diff-monitor

https://www.npmjs.com/redux-devtools-diff-monitor
176 stars 14 forks source link

Unsupported CSS warning on Firefox #27

Closed choyongjoon closed 8 years ago

choyongjoon commented 8 years ago

When the monitor is updated, I got warning

Unsupported CSS property "WebkitUserSelect$" in component "ManifestActionComponent"

I'm using Firefox 44.0.2 on Mac OS X El Capitian

kjr247 commented 8 years ago

We can use autoprefixer to solve unsupported css issues. https://github.com/postcss/autoprefixer

iktl commented 8 years ago

This should be addressed in 5.0.2 with the change to Aphrodite and autoprefixing built in. Please reopen or file a new ticket if this continues to be an issue.