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
I noticed while running the js-framework-benchmark (which uses numeric IDs), that Idiomorph throws an error if it encounters an ID that begins with a number in certain scenarios.
I honestly don't know if this is something we should support, or if we even can support. I'll need to explore the ramifications of not being able to use querySelector
I honestly don't know if this is something we should support, or if we even can support. I'll need to explore the ramifications of not being able to use querySelector
You can still use querySelector, you just have to use the attribute selector syntax:
I noticed while running the js-framework-benchmark (which uses numeric IDs), that Idiomorph throws an error if it encounters an ID that begins with a number in certain scenarios.
Minimal Reproduction: https://codepen.io/ksbrooksjr/pen/QwWNoxM
Given the following initial HTML:
This throws an error:
The text was updated successfully, but these errors were encountered: