Rope-a-dope
Rope-a-dope
Same problem here.
All we need to do is return inView in hooks.ts, then set visible={inView} in experience.tsx ``` import { useActiveSectionActions, useTimeOfLastClick } from "@/stores/activeSectionStore"; import { useEffect } from "react"; import...
The code is actually correct. You can double check. Because the number totalPages is by is actually not a integer. This is JavaScript, not Java. ``` const totalPages = totalJobs...
I was able to figure the solution. The differene here is that we store bookmarkItems instead of bookmarkIds as in R & N course. So if we the bookmarkClickHandler has...
The second error can be resolved by adding another state activeJobItemDetails. Now, when then there is an active jobItem, click on any bookmark icon will toggle all the bookmark icons...
I found the root cause, it is because an empty object is not falsy. To check the empty object we can use JSON.stringify(state.activeJobItemDetails) !== '{}' && renderJobDetails(state.activeJobItemDetails);
Save problem here. Window 10 Pro bun v1.1.18
I found the same problem. Is there any update on this?