@winexist/ngp 0.12.2 → 0.12.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/winexist-ngp.mjs +1 -4
- package/fesm2022/winexist-ngp.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -973,10 +973,7 @@ class DynamicNgSelectComponent {
|
|
|
973
973
|
// Update options when staticOptions change
|
|
974
974
|
effect(() => {
|
|
975
975
|
const static0pts = this.staticOptions();
|
|
976
|
-
|
|
977
|
-
// Use untracked to prevent triggering other effects
|
|
978
|
-
untracked(() => this.options.set([...static0pts]));
|
|
979
|
-
}
|
|
976
|
+
untracked(() => this.options.set([...static0pts]));
|
|
980
977
|
});
|
|
981
978
|
// Watch for options changes and resolve pending values
|
|
982
979
|
effect(() => {
|