mirror of
https://github.com/trezor/trezor-wallet
synced 2025-05-21 08:18:47 +00:00
Merge pull request #418 from trezor/fix/flow-react-select
Fix/flow react select
This commit is contained in:
commit
facda3d5de
@ -23,6 +23,9 @@
|
|||||||
./src/flowtype/npm/web3.js
|
./src/flowtype/npm/web3.js
|
||||||
./src/flowtype/css.js
|
./src/flowtype/css.js
|
||||||
|
|
||||||
|
[untyped]
|
||||||
|
.*/node_modules/react-select/.*
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
esproposal.class_static_fields=enable
|
esproposal.class_static_fields=enable
|
||||||
esproposal.class_instance_fields=enable
|
esproposal.class_instance_fields=enable
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
/* eslint-disable jsx-a11y/accessible-emoji */
|
|
||||||
/* @flow */
|
/* @flow */
|
||||||
import * as React from 'react';
|
import * as React from 'react';
|
||||||
import styled from 'styled-components';
|
import styled from 'styled-components';
|
||||||
|
Loading…
Reference in New Issue
Block a user