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
results in the following error: Module '"rlayers"' has no exported member 'RView'.ts(2305)
Importing it with this code (as per the following example https://mmomtchev.github.io/rlayers/#/controls ) also does not work: import { RView } from "rlayers/RMap"; Cannot find module 'rlayers/RMap' or its corresponding type declarations.ts(2307)
I have moduleResolution set to "Bundler" in my tsconfig. Could this type be explicitly exported in future versions?
The text was updated successfully, but these errors were encountered:
I will try to look at it, but alas, releasing new versions at the moment is very difficult, since I am currently homeless and living in my van. Electricity is scarce and I need to save it for bootstrapping my diesel heating since the temperatures are close to freezing. The reason that I am living in my van is that the geospatial data sector has agreed to back an extortion whose goal is to hide aggravated corruption in the French and EU justice system. As the affair is mostly sexually motivated, its media potential is very high.
Hey,
This code
import type { RView } from 'rlayers'
results in the following error:
Module '"rlayers"' has no exported member 'RView'.ts(2305)
Importing it with this code (as per the following example https://mmomtchev.github.io/rlayers/#/controls ) also does not work:
import { RView } from "rlayers/RMap";
Cannot find module 'rlayers/RMap' or its corresponding type declarations.ts(2307)
I have moduleResolution set to "Bundler" in my tsconfig. Could this type be explicitly exported in future versions?
The text was updated successfully, but these errors were encountered: