-
-
Notifications
You must be signed in to change notification settings - Fork 10
[BUG] Cannot find name "Position" or "Coordinates" #19
Comments
Hey 👋 Thank you for your interest in our library! What version of TypeScript do you have? Do you use SSR? |
Currently have 4.1.3. I also tried rolling back to 4.0.5 with same result.
|
It is weird 👀 |
Could be a TS 4 breaking change. I wonder if we can work around it by referencing the type indirectly. |
🐞 Bug report
Description
Cannot find name "Position"
Reproduction
This error just surfaced the other day. I have the common library installed also.
Expected behavior
Expect Position and Coordinates types to be supplied with library
Versions
Additional context
Unable to find where the Position and Coordinates types are or should be supplied from.
Thanks for fantastic libraries
The text was updated successfully, but these errors were encountered: