Skip to content

Commit e05dedc

Browse files
author
Brian Vaughn
authored
Added $FlowFixMe to DevTools shell for module we Flow-ignore (#18001)
1 parent d1bfdfb commit e05dedc

File tree

1 file changed

+1
-0
lines changed
  • packages/react-devtools-shell/src/app/ReactNativeWeb

1 file changed

+1
-0
lines changed

packages/react-devtools-shell/src/app/ReactNativeWeb/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
*/
99

1010
import React, {Fragment, useState} from 'react';
11+
// $FlowFixMe
1112
import {Button, Text, View} from 'react-native-web';
1213

1314
export default function ReactNativeWeb() {

0 commit comments

Comments
 (0)