Bug in react advanced course

In scrim “Custom Hooks - useToggle part 5”, challenge requirements dont meet with the description.

1 Like

Hey @damian-utd, thanks for the report. Have escalated this to get it reviewed and fixed.

1 Like

I just wanted to say that I noticed the same issue. But it’s not only on Custom Hooks - useToggle part 5, but also Custom Hooks - useToggle part 4.

Both of them forces to implement the full solution to pass the challenge, but it doesn’t match description or what the OP shows in the lesson. It meant to be done in small peaces, but challenge cannot be passed until full solution is implemented.

There is one more issue. In Routing > VanLife project bootstrapping the solution will require that we place Home.jsx and About.jsx into pages. However, the task itself doesn’t actually say they must reside in pages folder.