-
Notifications
You must be signed in to change notification settings - Fork 349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lsp issue when using [@react.component]
inside a module
#853
Comments
Can you specify the dune and melange versions? |
Edited to include them! |
It would be helpful if this could be tested with most recent versions of dependencies (using
There were some issues with the editor integration that were solved in these versions. Even with the latest versions, the problem might still happen if it's caused by the externals containing binary information, see related melange-re/melange#749. |
Thanks for the responses.
I believe that that related issue though may be the core of the issue. Thanks |
The Ocaml lsp seems to be broken when used with reason-react. For example, turning on the LSP and using
eglot
from within emacs, and then navigating to the first line of the below sample yields the error pasted below:Not sure if the problem is here or somewhere upstream, but wanted to get it down somewhere. Thanks!
versions:
ocaml-lsp-server: 1.17.0
reason-react: 0.14.0
reason-react-ppx: 0.14.0
dune: 3.15.2
melange: 3.0.0-51
The text was updated successfully, but these errors were encountered: