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
I was seeing errors in a esm-target vite/electron/svelte build (via meltui importing @internationalized/date) but the errors cleared up after I "fixed" it and then cleared caches to reconfirm (only happened on windows, to boot).
Something bad must have gotten into the node_modules/.vite cache, possibly due to confusion between package.json having both main/module as well as exports.{require,import} while lacking a clarifying type declaration?
(I can discuss more freely internally).
💻 Code Sample
No response
Version
No response
What browsers are you seeing the problem on?
No response
If other, please specify
No response
What operating system are you using?
No response
The text was updated successfully, but these errors were encountered:
Provide your feedback here.
these two exports appear to be identical in content?
Also publint has some complaints... https://publint.dev/@internationalized/[email protected]
🔦 Context
I was seeing errors in a esm-target vite/electron/svelte build (via meltui importing
@internationalized/date
) but the errors cleared up after I "fixed" it and then cleared caches to reconfirm (only happened on windows, to boot).Something bad must have gotten into the
node_modules/.vite
cache, possibly due to confusion between package.json having bothmain/module
as well asexports.{require,import}
while lacking a clarifyingtype
declaration?(I can discuss more freely internally).
💻 Code Sample
No response
Version
No response
What browsers are you seeing the problem on?
No response
If other, please specify
No response
What operating system are you using?
No response
The text was updated successfully, but these errors were encountered: