issues Search Results · repo:redux-utilities/redux-actions language:JavaScript
Filter by
0 results
(88 ms)0 results
inredux-utilities/redux-actions (press backspace or delete to remove)According to the repo this is supposed to be the latest release: 3.0.0
https://github.com/redux-utilities/redux-actions/releases/tag/v3.0.0
But npm and yarn are downloading v3.0.3 which is missing directories ...
b3xie
- 2
- Opened on Aug 23, 2024
- #402
Updated to latest 3.0.3 and still not working. 2.6.5 working fine.
using jest : ^29.7.0 ,
:
base jest conf:
module.exports = {
globals: {
ts-jest : {
isolatedModules: true, ...
Pavel4444
- 1
- Opened on Jul 22, 2024
- #401
When upgrading to 3.0.0, Jestis unable to find the redux-actions package:
● Test suite failed to run
Cannot find module redux-actions from .../XXX.ts
Require stack:
...
1 | import ...
svitovyda
- 1
- Opened on Nov 27, 2023
- #399
We are in the process of upgrading our native app to a new version of react-native, and we re running into a compilation
issue that I ve tracked down to a line of code that uses the redux-actions dependency. ...
spacestierman
- 1
- Opened on Jul 14, 2023
- #394
amujuruprasad
- Opened on Jun 19, 2023
- #393
In v3, package.json is missing main property and because of which build systems fails to compile the library.
Include main for entry point.
madhusudhand
- 2
- Opened on Apr 7, 2023
- #391
The new ESM version fails to be imported by TypeScript.
Here s a reproducible comparison:
- v2.6.5: https://replit.com/@kaelig/ReduxActionsV2BugReport#index.ts
- v3.0.0: https://replit.com/@kaelig/ReduxActionsV3BugReportTS#index.ts ...
kaelig
- 12
- Opened on Mar 2, 2023
- #390
Hi👋 I currently use redux-actions@2.2.1. I want to upgrade the package to the latest version() while it performs
differently to @2.6.5 as the way to camelCase. Their differences are shown as below: to-camel-case ...
Rollingegg
- 1
- Opened on Dec 12, 2022
- #385
Title should say jest not recognizing string template reducer.
I have my reducer defined as such (simplified from real world use case to maintain main point)
export const setItem = createAction( @common//setItem ...
lemiesz
- 1
- Opened on Oct 28, 2021
- #381

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.