Merge pull request #418 from trezor/fix/flow-react-select

Fix/flow react select
pull/413/head^2
Vladimir Volek 5 years ago committed by GitHub
commit facda3d5de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,6 +23,9 @@
./src/flowtype/npm/web3.js
./src/flowtype/css.js
[untyped]
.*/node_modules/react-select/.*
[options]
esproposal.class_static_fields=enable
esproposal.class_instance_fields=enable

@ -1,4 +1,3 @@
/* eslint-disable jsx-a11y/accessible-emoji */
/* @flow */
import * as React from 'react';
import styled from 'styled-components';

Loading…
Cancel
Save