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
This issue is to refactor the code to use React Context instead of prop drilling.
A good example of having to prop drill was in PR #44 in which handleModalOpen is passed down from App.js to List.js to ShoppingList.js to ShoppingListItem.js in order for the delete modal to open.
The text was updated successfully, but these errors were encountered:
This issue is to refactor the code to use React Context instead of prop drilling.
A good example of having to prop drill was in PR #44 in which
handleModalOpen
is passed down from App.js to List.js to ShoppingList.js to ShoppingListItem.js in order for the delete modal to open.The text was updated successfully, but these errors were encountered: