Quantcast
Channel: Active questions tagged react-native+typescript - Stack Overflow
Viewing all articles
Browse latest Browse all 6290

export 'IDropdownRef' (reexported as 'IDropdownRef') was not found in './components/Dropdown/model' (module has no exports)

$
0
0

I am getting below error while compiling in React: It shows a cross button on top-right. After clicking on it, I am able to proceed.

Compiled with problems:

X  ERROR in ./node_modules/react-native-element-dropdown/lib/module/index.js 5:0-62  export '**IDropdownRef**' (reexported as 'IDropdownRef') was not found in '**./components/Dropdown/model**' (module has no exports)

How to remove this error?


Viewing all articles
Browse latest Browse all 6290

Trending Articles