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 aad159e commit 17c5165Copy full SHA for 17c5165
1 file changed
src/component/Abstract.mjs
@@ -364,14 +364,6 @@ class Abstract extends Base {
364
this.getStateProvider()?.createBindings(this)
365
}
366
367
- /**
368
- *
369
- */
370
- onConstructed() {
371
- super.onConstructed();
372
- this.getStateProvider()?.createBindings(this)
373
- }
374
-
375
/**
376
* Change multiple configs at once, ensuring that all afterSet methods get all new assigned values
377
* @param {Object} values={}
0 commit comments