Patch Changes
- Remove the invalid
exportsfield from the generated subpathpackage.jsonfiles (e.g.@urql/exchange-graphcache/extras,@urql/exchange-graphcache/default-storage,@urql/core/internal,@urql/next/rsc). These targets pointed at the parentdist/directory (../dist/...), which violates the Node.js package-exports spec requirement that everyexportstarget begin with./. Metro (Expo 53 / React Native 0.79) validates this and logged a warning for every affected package. Subpath resolution continues to work:exports-aware bundlers resolve through the rootpackage.json, while legacy resolution relies on themain/module/typesfields that remain in place
Submitted by @JoviDeCroock (See #3886)