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
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
I saw that 79e86f3 introduced a dependency on
lodash.isarray
among others.Is that really necessary? Any particular reason to not use the standard
Array.isArray()
?Array.isArray()
already appears in other parts of the code and we're having this message on install:The text was updated successfully, but these errors were encountered: