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
When .regex() is used in a query and toString is called, the regex-string is not in the resulting string.
This creates broken behaviour on the _queryCache, because it will return the wrong query.
When
.regex()
is used in a query and toString is called, the regex-string is not in the resulting string.This creates broken behaviour on the _queryCache, because it will return the wrong query.
Reproduce: https://jsfiddle.net/h8n0awfc/1/
The text was updated successfully, but these errors were encountered: