Skip to content

Commit

Permalink
v0.14.1 - fix bug when updated nodes have been removed and next() was…
Browse files Browse the repository at this point in the history
… still called
  • Loading branch information
MatAtBread committed Jun 18, 2024
1 parent a47c6a1 commit 93b3167
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
3 changes: 2 additions & 1 deletion module/dist/ai-ui.cjs

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion module/dist/ai-ui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion module/dist/ai-ui.min.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion module/dist/ai-ui.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion module/dist/ai-ui.min.mjs

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion module/dist/ai-ui.mjs

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions module/esm/ai-ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ export const tag = function (_1, _2, _3) {
t = [];
const msg = "Element(s) have been removed from the document: " + insertionStack;
ap.return?.(new Error(msg));
return;
}
if (DEBUG && notYetMounted && createdAt && createdAt < Date.now()) {
createdAt = Number.MAX_SAFE_INTEGER;
Expand Down

0 comments on commit 93b3167

Please sign in to comment.