Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Animated.createAnimatedComponent('button') throws moz warning on web #84

Open
adamrneary opened this issue Dec 13, 2017 · 0 comments
Open

Comments

@adamrneary
Copy link

We are using 0.2.1, and just instantiating a button throws a warning.

const AnimatedButton = Animated.createAnimatedComponent('button');

The warning is:

Unsupported style property ::-moz-focus-inner. Did you mean ::MozFocusInner?
in button (at createAnimatedComponent.js:76)

My suspicion is this involves something around here (

var prefixes = ['Webkit', 'ms', 'Moz', 'O'];
) but I cannot be sure. Any instincts off hand? Happy to help if I can.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant