question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unsupported vendor-prefixed style property webkitTransform

See original GitHub issue

Hi, I’m getting this warning error when loading the list on web

Warning: Unsupported vendor-prefixed style property webkitTransform. Did you mean WebkitTransform?

Check the render method of `ViewRenderer`.

The issue seems to be in this line https://github.com/Flipkart/ReactEssentials/blob/8e7df4a56f14e9dfb6584e9b0a397f81df5e43aa/src/recyclerlistview/viewrenderer/web/ViewRenderer.js#L64

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:11 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
twistedfork88commented, Oct 19, 2017

Please refer the link https://titobouzout.github.io/react/tips/inline-styles.html used for inline styles used in react. I think the property for inline style should be WebkitTransform (with a uppercase W).

0reactions
naqvitalhacommented, Oct 28, 2017

Issue fixed in release 1.1.5 (https://github.com/Flipkart/ReactEssentials/releases/tag/1.1.5). Closing.

Read more comments on GitHub >

github_iconTop Results From Across the Web

reactjs - Unsupported vendor-prefixed style property ...
In React, all properties of a style object that are vendor-specific must start with a capital letter (except the ms prefix).
Read more >
Warning: Unsupported vendor-prefixed style property ... - GitHub
In full screen mode I get an error Warning: Unsupported vendor-prefixed style property webkitOverflowScrolling.
Read more >
React DOM element's style property name or value should not ...
This rule applies when React DOM element's style object property name or ... Unsupported vendor-prefixed style property webkitTransform.
Read more >
property-no-vendor-prefix - Stylelint
This rule ignores non-standard vendor-prefixed properties that aren't handled by Autoprefixer. The fix option can automatically fix all of the problems reported ...
Read more >
-webkit-transform-2d - CSS: Cascading Style Sheets | MDN
The -webkit-transform-2d Boolean CSS media feature is a WebKit extension whose value is true if vendor-prefixed CSS 2D transforms and ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found