Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork31
Closed
Description
When compiled with ReScript 12, the current Interop for the navigator modules as implemented in
| exportfunctionadaptNavigatorModule(m){ |
TypeError: Cannot read property 'make' of undefinedThis is because it relies on undocumented internals of ReScript 11, specifically thatNavigator andScreen are treated as reserved words and therefore prefixed with$$ in the JS output (butGroup isn't).
In ReScript 12, this behavior changed withrescript-lang/rescript#6831, andNavigator andScreen are no longer prefixed.
Metadata
Metadata
Assignees
Labels
No labels