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
Version 1.2.0-beta.1 includes #1760 which builds mjs files to support ESModules, however although the new release refers to them in its package.json, the files don't actually exist.
Expected Behavior
There should be files in the package at ./dist/index.mjs, ./infinite/dist/index.mjs, and ./immutable/dist/index.mjs.
Bug report
Description / Observed Behavior
Version 1.2.0-beta.1 includes #1760 which builds mjs files to support ESModules, however although the new release refers to them in its package.json, the files don't actually exist.
Expected Behavior
There should be files in the package at
./dist/index.mjs
,./infinite/dist/index.mjs
, and./immutable/dist/index.mjs
.Repro Steps / Code Example
You can download the tar from https://registry.npmjs.org/swr/-/swr-1.2.0-beta.1.tgz and check for the files.
Additional Context
SWR version 1.2.0-beta.1
The text was updated successfully, but these errors were encountered: