Arya Emami
Arya Emami
@ryuujo1573 Thanks for the repro, I'm gonna take a look,
If anybody else has any examples of this please let me know, it doesn't have to be a repro, a code snippet should be fine.
@Alletkla Can you run this command and try again to see if it fixes the issue: ```bash npm install https://pkg.csb.dev/reduxjs/redux-toolkit/commit/28afb060/@reduxjs/toolkit ```
@georgeiliadis91 Can you at least share the code snippet that is causing the error? I just need to have a general idea of what function is being called and what...
@dasler-fw could you share a little bit more? What's the error you're getting? And what does your `tsconfig.json` look like?
# `@reduxjs/toolkit` Summary ## With Rollup addListener changes (Click to expand) **File Content**: ```ts export { addListener } from '@reduxjs/toolkit' ``` Before and After ```diff --- before/@reduxjs/toolkit/addListener.js 2024-07-12 05:10:42.997640600 -0500...
# `@reduxjs/toolkit/react` Summary ## With Rollup addListener changes (Click to expand) **File Content**: ```ts export { addListener } from '@reduxjs/toolkit/react' ``` Before and After ```diff --- before/@reduxjs/toolkit/react/addListener.js 2024-07-12 05:12:11.374820100 -0500...
# `@reduxjs/toolkit/query` Summary ## With Rollup buildCreateApi changes (Click to expand) **File Content**: ```ts export { buildCreateApi } from '@reduxjs/toolkit/query' ``` Before and After ```diff --- before/@reduxjs/toolkit/query/buildCreateApi.js 2024-07-12 05:13:07.932073100 -0500...
# `@reduxjs/toolkit/query/react` Summary ## With Rollup ApiProvider changes (Click to expand) **File Content**: ```ts export { ApiProvider } from '@reduxjs/toolkit/query/react' ``` Before and After ```diff --- before/@reduxjs/toolkit/query/react/ApiProvider.js 2024-07-12 05:14:30.393941000 -0500...
Can you tell us what version of Redux-toolkit, React-Redux, React-Native and React you're running? Maybe that'll give some sort of clue as to where the issue is coming from.