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 was archived by the owner on May 13, 2021. It is now read-only.
Recently I implemented the ability to pass
arrays intowrite, butwriteSwitchstill compares for an array and then spreads.writeSwitchshould be updated to just pass any value intowritewithout comparing types first.