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
{{ message }}
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
This seems to be an issue on Windows, and I ran into the same problem. The way I solved it is by going into your .merlin auto-generated configuration file, and removing the quotes from around the FLG -ppx 'C:\Users\Brothersr\Desktop\WorkBench\ReasonReact\app\node_modules\bs-platform\lib\bsppx.exe -bs-jsx 3'
The issue comes down to using quotes to guard against spaces in windows path names. It lumps the second ' in with the integer at the end (3).
This is probably more of an issue with the bucklescript compiler than with this extension. See: rescript-lang/rescript#3588
I know this issue was opened two weeks ago, but I came across it while investigating the same issue, so I'll leave the answer in case anyone else does the same.
All .re files report an error at the first symbol of the file.
Occurred after creating a project with
bsb-init app -theme react-hooks
Issue occurs across multiple machines, and over several version of bs-platform and reason-vscode.
Code still builds without issue.
The text was updated successfully, but these errors were encountered: