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
Extract the <button> currently in the <Restaurant /> component to a new component named RestaurantButton. Pass the orderOne function as a prop to the <RestaurantButton /> component and use this prop in the onClick handler.
Test:
Clicking the button should increment the number of pizzas.
Instructions:
Extract the
<button>currently in the<Restaurant />component to a new component namedRestaurantButton. Pass theorderOnefunction as a prop to the<RestaurantButton />component and use this prop in theonClickhandler.Test: