Skip to content

Commit a876921

Browse files
committed
fix: update observer observe param to type and and attributeName to attributeFilter
1 parent 3acfb0f commit a876921

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ function checkSession() {
488488

489489
Observer.init({
490490
name: "CoCreateUserSessionAddedNodes",
491-
observe: ["addedNodes"],
491+
types: ["addedNodes"],
492492
selector: "[session]",
493493
callback: () => {
494494
checkSession();

0 commit comments

Comments
 (0)