Skip to content

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

@adamrneary

Description

@adamrneary

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions