We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23834ee commit 88cf2bdCopy full SHA for 88cf2bd
src/impl/domain.ts
@@ -205,10 +205,6 @@ export function isInitialized(): boolean {
205
function updateStore(store: StoreDomainInterface, properties: any) {
206
const activeDomain = getActiveDomain();
207
208
- if (!activeDomain) {
209
- throw new Error('No active domain found in store.');
210
- }
211
-
212
const data = mergeDeepRight(store, properties);
213
214
logDomain('Updating store.');
0 commit comments