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
In /coursedata/src/App.js, the Content component passes exercises1 as a prop each time it calls the Part component. However, the Part component tries to use props.exercises instead. Thus, the actual number is not rendered.
In
/coursedata/src/App.js
, the Content component passesexercises1
as a prop each time it calls the Part component. However, the Part component tries to useprops.exercises
instead. Thus, the actual number is not rendered.Code:
Result:
The text was updated successfully, but these errors were encountered: