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
The component (soon to be called Spindle) function takes an object as the second parameter, that lets you pass in all the mostly-optional stuff that makes up your component. Right now it's doing fancy parameter destructuring, but that means that misspelled option keys will be silent errors.
In dev, it would be better to just take in the object, and run though the keys we recognize, warning about keys we don't.
The text was updated successfully, but these errors were encountered:
The
component
(soon to be calledSpindle
) function takes an object as the second parameter, that lets you pass in all the mostly-optional stuff that makes up your component. Right now it's doing fancy parameter destructuring, but that means that misspelled option keys will be silent errors.In dev, it would be better to just take in the object, and run though the keys we recognize, warning about keys we don't.
The text was updated successfully, but these errors were encountered: