Comparing version 0.0.1-alpha-5 to 0.0.1-alpha-6
@@ -280,7 +280,8 @@ 'use strict'; | ||
const status = getStatus(); | ||
if (status === AsyncStatus.FAILURE) { | ||
queueMicrotask(() => { | ||
events.changed.emit(get()); | ||
}); | ||
if (status === AsyncStatus.LOADING) { | ||
return; | ||
} | ||
queueMicrotask(() => { | ||
events.changed.emit(get()); | ||
}); | ||
} | ||
@@ -287,0 +288,0 @@ })(); |
{ | ||
"name": "awai", | ||
"version": "0.0.1-alpha-5", | ||
"version": "0.0.1-alpha-6", | ||
"author": "Yuriy Yakym", | ||
@@ -5,0 +5,0 @@ "description": "State management library", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
76936
728