Revert "Random change in instrument"

This reverts commit 72bdbce860.
This commit is contained in:
Nathan Bierema 2023-11-04 18:11:44 -04:00
parent f8cc0faf2f
commit 67d7e9d0cb

View File

@ -1048,7 +1048,7 @@ export function instrument<
).liftedStore ).liftedStore
) { ) {
throw new Error( 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.', 'Check your store configuration.',
); );
} }