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
Fix invalid prop type warning on defer prop. (#24)
PropTypes provides .bool rather than .boolean. This lead to undefined
being assigned to defer, rather than a function to check for bool.