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

Commit e55cfca

Browse files
committed
Update assertIsNewRTKPromise CSB build link
1 parent 1d5e3ee commit e55cfca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/buildHooks.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ function assertIsNewRTKPromise(action: ReturnType<ThunkAction<any, any, any, any
163163
You are running a version of RTK that is too old.
164164
Currently you need an experimental build of RTK.
165165
Please install it via
166-
yarn add "https://pkg.csb.dev/reduxjs/redux-toolkit/commit/56994225/@reduxjs/toolkit"
166+
yarn add "https://pkg.csb.dev/reduxjs/redux-toolkit/commit/2c869f4d/@reduxjs/toolkit"
167167
`);
168168
}
169169
}

0 commit comments

Comments
 (0)