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 505bd83 commit f9faf16Copy full SHA for f9faf16
src/index.js
@@ -121,7 +121,7 @@ document.addEventListener('fetchedData', () => {
121
observer.init({
122
name: 'CoCreateConditionalLogic',
123
observe: ['addedNodes'],
124
- target: '[show], [hide]',
+ selector: '[show], [hide]',
125
callback: function (mutation) {
126
initElement(mutation.target);
127
}
0 commit comments