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
However, this may lead to conflicts if two libs use the same filename. Also, it would be preferable to use the correct package name to stay interoperable with other environments (e.g. vite):
import("@json-editor/json-editor")
The text was updated successfully, but these errors were encountered:
Description
Import map key generation seems to be based on the dependencies filename:
nicegui/nicegui/dependencies.py
Line 126 in 09f4c34
e.g.
leads to the key
jsoneditor
which is also required in dynamic imports within custom vue components:(see also #4162)
However, this may lead to conflicts if two libs use the same filename. Also, it would be preferable to use the correct package name to stay interoperable with other environments (e.g. vite):
The text was updated successfully, but these errors were encountered: