parallaxinc / Parallax-IDE

Parallax microcontroller development environment based on Chrome applications.
MIT License
35 stars 12 forks source link

Unsupported vendor-prefixed style property #334

Closed PropGit closed 2 years ago

PropGit commented 5 years ago

As seen on the chrome://extensions page (when running the app as an unpacked extension only):

Warning: Unsupported vendor-prefixed style property webkitTapHighlightColor. Did you mean WebkitTapHighlightColor?

In exploring, this is caused by code in

however there are dozens (hundreds?) of occurrences of "webkit..." in react-material code.

PropGit commented 2 years ago

This is fixed in v0.14.4.