-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I've created a Test.re file and added the code:
let query = ReasonQL.gql({|
query AppQuery {
hello {
message
}
}
|})
When running the command bsb -make-world -clean-world I see the message:
You referred to the module ReasonQL, but we've found one called Reasonql instead.
Is the name's casing right?
Inside VSCode I see the message:
File "/Users/kevan.stannard/dev/reasonql/node_modules/.lsp/Test-Reasonql.ast", line 1:
Error: Wrong file naming: /Users/kevan.stannard/dev/reasonql/lib/bs/reasonQL.cmi
contains the compiled interface for
ReasonQL when Reasonql was expected
Any suggestions on what might be the cause?
Metadata
Metadata
Assignees
Labels
No labels