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

Commit

Permalink
TODO remove wp/data experimental thunks
Browse files Browse the repository at this point in the history
  • Loading branch information
alexflorisca committed Jun 20, 2022
1 parent 8670d92 commit 9d38786
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/data/checkout/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const store = createReduxStore( STORE_KEY, {
reducer,
selectors,
actions,
// TODO: Gutenberg with Thunks was released in WP 6.0. Once 6.1 is released, remove the experimental flag here
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore We pass this in case there is an older version of Gutenberg running.
__experimentalUseThunks: true,
Expand Down

0 comments on commit 9d38786

Please sign in to comment.