You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior:
In aurelia template, I used multiple if.bind expressions for view elements. If I switches the condition value, it shows "Cannot read properties of null (reading 'insertBefore')" error like following:
Expected/desired behavior:
What is the expected behavior?
Is should be processed without above error.
What is the motivation / use case for changing the behavior?
The text was updated successfully, but these errors were encountered:
I'm submitting a bug report
1.10.2
Please tell us about your environment:
Operating System:
Windows 10
Node Version:
14.17.4
6.14.14
webpack 4.44.2
Browser:
Chrome 106.0.5249.119
Language:
TypeScript 4.0.3 | ESNext
Current behavior:
In aurelia template, I used multiple if.bind expressions for view elements. If I switches the condition value, it shows "Cannot read properties of null (reading 'insertBefore')" error like following:
Expected/desired behavior:
What is the expected behavior?
Is should be processed without above error.
What is the motivation / use case for changing the behavior?
The text was updated successfully, but these errors were encountered: