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
I created a new project with create-resctipt-app (vite template). Then I updated rescript to 13.0.0-alpha.5 and changed the @rescript/react version to 0.16.0-beta.1.
I found out that the LSP has some problems Inside of react components. Lets explain it with some screenshots:
Hovering over functions works
But the autocompletion inside JSX doesn't work
Even above the jsx code it fails
After downgrading to 13.0.0-alpha.3 (i have the same issues in alpha 4), autocompletions works again
I created a new project with create-resctipt-app (vite template). Then I updated rescript to
13.0.0-alpha.5and changed the@rescript/reactversion to0.16.0-beta.1.I found out that the LSP has some problems Inside of react components. Lets explain it with some screenshots:
13.0.0-alpha.3(i have the same issues in alpha 4), autocompletions works again