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
Is your feature request related to a problem? Please describe.
Only focus on making the container with the title & edit button (ignore the internals). It should be able to take in any children like normal react nodes by having a prop of type ReactNode.
This should ONLY be concerned with presentation.
Make sure we have a prop like onEdit so the consumer can use whatever handler, if no handler is provided, we should hide the edit icon
Is your feature request related to a problem? Please describe.
Only focus on making the container with the title & edit button (ignore the internals). It should be able to take in any children like normal react nodes by having a prop of type
ReactNode
.This should ONLY be concerned with presentation.
Make sure we have a prop like
onEdit
so the consumer can use whatever handler, if no handler is provided, we should hide the edit iconBEFORE MERGING
git fetch origin master:master
, thengit rebase master
orgit merge master
)The text was updated successfully, but these errors were encountered: