Replies: 2 comments 2 replies
|
What's your React version? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I use Mapbox
const MapBox = withUniwind(MapboxGL.MapView)and i use ref on MapBox component. When i put ref on this component, i receive this typescript error:Property 'ref' does not exist on type 'IntrinsicAttributes & { className?: string | undefined; onDidFinishLoadingClassName?: string | undefined; } & { tintColorClassName?: string | undefined; } & ViewProps & { ...; }'. Is it normal?All reactions