Closed
Description
Describe the bug
When using Expo with @reduxjs/toolkit/query/react
, I encounter the following warning:
warning: The package /node_modules/@reduxjs/toolkit/query/react contains an invalid package.json configuration.
Consider raising this issue with the package maintainer(s).
Reason: The target for "." defined in "exports" is "./../../dist/query/react/cjs/index.js", however this value is an invalid subpath or subpath pattern because it includes "..". Falling back to file-based resolution.
Questions
- Should I be concerned about this warning?
- Is this issue related to the configuration of Redux Toolkit (RTK) or something specific to Expo?