Skip to content
This repository was archived by the owner on Nov 23, 2024. It is now read-only.

Commit 8ecea84

Browse files
committed
Update assertIsNewRTKPromise CSB build link
1 parent 8490f0b commit 8ecea84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/buildActionMaps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ function assertIsNewRTKPromise(action: ReturnType<ThunkAction<any, any, any, any
194194
You are running a version of RTK that is too old.
195195
Currently you need an experimental build of RTK.
196196
Please install it via
197-
yarn add "https://pkg.csb.dev/reduxjs/redux-toolkit/commit/56994225/@reduxjs/toolkit"
197+
yarn add "https://pkg.csb.dev/reduxjs/redux-toolkit/commit/2c869f4d/@reduxjs/toolkit"
198198
`);
199199
}
200200
}

0 commit comments

Comments
 (0)