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
Where attempting to register a function called toString results in a registered name of toStringNaN☠️
We frequently use objects like this to keep track of cached entries. Many of them don't overlap with object method names like toString, but we should review those we have and switch them to Object.create(null) and implement a lint rule if possible.
The text was updated successfully, but these errors were encountered:
I just found a bug with this code:
Where attempting to register a function called
toString
results in a registered name oftoStringNaN
☠️We frequently use objects like this to keep track of cached entries. Many of them don't overlap with object method names like
toString
, but we should review those we have and switch them toObject.create(null)
and implement a lint rule if possible.The text was updated successfully, but these errors were encountered: