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
With the last release, 1.18.3, I can't import from Resium using Vite.
Using: import { useCesium } from 'resium'
but got: 10:07:47 AM [vite] Pre-transform error: Failed to resolve import "resium" from "src/components/cesium/MapLayer.jsx". Does the file exist?
It works nice with 1.18.2.
The text was updated successfully, but these errors were encountered:
Hi
With the last release, 1.18.3, I can't import from Resium using Vite.
Using:
import { useCesium } from 'resium'
but got:
10:07:47 AM [vite] Pre-transform error: Failed to resolve import "resium" from "src/components/cesium/MapLayer.jsx". Does the file exist?
It works nice with 1.18.2.
The text was updated successfully, but these errors were encountered: