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
To resolve #989 / #960, we eliminated the inefficient and unnecessary initial dimension.filter(null) but the docs still say we do that, which will encourage inefficient customizations.
The text was updated successfully, but these errors were encountered:
It still seems pretty messy to quote all that code, especially with how complicated the default filter handler has become. But I don't have a better solution, so I'm just updating it for now.
To resolve #989 / #960, we eliminated the inefficient and unnecessary initial
dimension.filter(null)
but the docs still say we do that, which will encourage inefficient customizations.The text was updated successfully, but these errors were encountered: