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
Stack trace
TypeError: operators[operator] is not a function
at attributeMatches (Selector.ts:228)
at _loop_1 (Selector.ts:163)
at applySelector (Selector.ts:141)
at Selector.apply (Selector.ts:30)
at Stylesheet.ts:23
at Array.forEach ()
at Rule.apply (Stylesheet.ts:23)
at Stylesheet.apply (Stylesheet.ts:343)
at Element (preprocess.ts:427)
at preprocess.ts:482
The text was updated successfully, but these errors were encountered:
This is fine:
But this throws
TypeError: operators[operator] is not a function
:REPL
Stack trace
TypeError: operators[operator] is not a function at attributeMatches (Selector.ts:228) at _loop_1 (Selector.ts:163) at applySelector (Selector.ts:141) at Selector.apply (Selector.ts:30) at Stylesheet.ts:23 at Array.forEach () at Rule.apply (Stylesheet.ts:23) at Stylesheet.apply (Stylesheet.ts:343) at Element (preprocess.ts:427) at preprocess.ts:482The text was updated successfully, but these errors were encountered: