From 72bdbce860b490e16540fc41d52783b3c430810c Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Sat, 4 Nov 2023 18:08:51 -0400 Subject: [PATCH 1/3] Random change in instrument --- packages/redux-devtools-instrument/src/instrument.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/redux-devtools-instrument/src/instrument.ts b/packages/redux-devtools-instrument/src/instrument.ts index f288ed3a8b..a2be4ac0ee 100644 --- a/packages/redux-devtools-instrument/src/instrument.ts +++ b/packages/redux-devtools-instrument/src/instrument.ts @@ -1048,7 +1048,7 @@ export function instrument< ).liftedStore ) { throw new Error( - 'DevTools instrumentation should not be applied more than once. ' + + 'DevTools instrume ntation should not be applied more than once. ' + 'Check your store configuration.', ); } From f8cc0faf2f3908144ace6b7e7151616b30f6fdf6 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Sat, 4 Nov 2023 18:11:31 -0400 Subject: [PATCH 2/3] Create few-crabs-bathe.md --- .changeset/few-crabs-bathe.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .changeset/few-crabs-bathe.md diff --git a/.changeset/few-crabs-bathe.md b/.changeset/few-crabs-bathe.md new file mode 100644 index 0000000000..3557c32ecc --- /dev/null +++ b/.changeset/few-crabs-bathe.md @@ -0,0 +1,11 @@ +--- +'@redux-devtools/instrument': patch +'@redux-devtools/core': patch +'@redux-devtools/log-monitor': patch +'@redux-devtools/remote': patch +'@redux-devtools/rtk-query-monitor': patch +'@redux-devtools/slider-monitor': patch +'@redux-devtools/utils': patch +--- + +Bump versions From 67d7e9d0cbe5057bb27c973e8ab39af7e05800ef Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Sat, 4 Nov 2023 18:11:44 -0400 Subject: [PATCH 3/3] Revert "Random change in instrument" This reverts commit 72bdbce860b490e16540fc41d52783b3c430810c. --- packages/redux-devtools-instrument/src/instrument.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/redux-devtools-instrument/src/instrument.ts b/packages/redux-devtools-instrument/src/instrument.ts index a2be4ac0ee..f288ed3a8b 100644 --- a/packages/redux-devtools-instrument/src/instrument.ts +++ b/packages/redux-devtools-instrument/src/instrument.ts @@ -1048,7 +1048,7 @@ export function instrument< ).liftedStore ) { throw new Error( - 'DevTools instrume ntation should not be applied more than once. ' + + 'DevTools instrumentation should not be applied more than once. ' + 'Check your store configuration.', ); }