You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Always throw Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports. when use Typescript
#140
Open
abayucode opened this issue
Sep 18, 2023
· 1 comment
Describe the bug
When me use react-native-modern-datepicker this is work when me use react-native with javascript, but in another project i used Typescript, then this library is not working.
Expected behavior
Work like me use javascript
Screenshots
Desktop (please complete the following information):
OS: Windows 11
Browser: Chrome
Version: 116.0.5845.188 (Official Build) (64-bit)
Smartphone (please complete the following information):
Device: Android Samsung A51
OS: Android 3.3
Browser: Chrome
Version [e.g. 22]
Additional context
This error throwing when first render, and can't rendered react native component.
The text was updated successfully, but these errors were encountered:
Describe the bug
When me use react-native-modern-datepicker this is work when me use react-native with javascript, but in another project i used Typescript, then this library is not working.
Expected behavior
Work like me use javascript
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
This error throwing when first render, and can't rendered react native component.
The text was updated successfully, but these errors were encountered: