@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.
@@ -973,10 +973,7 @@ class DynamicNgSelectComponent {
973
973
  // Update options when staticOptions change
974
974
  effect(() => {
975
975
  const static0pts = this.staticOptions();
976
- if (static0pts.length > 0) {
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(() => {