freeCodeCamp / chapter

A self-hosted event management tool for nonprofits
BSD 3-Clause "New" or "Revised" License
1.92k stars 357 forks source link

fix: <a> cannot appear as descendant of <a> #2506

Closed gikf closed 1 year ago

gikf commented 1 year ago

ghost commented 1 year ago
👇 Click on the image for a new way to code review #### [![Review these changes using an interactive CodeSee Map](https://s3.us-east-2.amazonaws.com/maps.codesee.io/images/github/freeCodeCamp/chapter/2506/16e252cb/ef05578fb33d45b7d130a236c4ccd724044a535f.svg)](https://app.codesee.io/r/reviews?pr=2506&src=https%3A%2F%2Fgithub.com%2FfreeCodeCamp%2Fchapter) #### Legend CodeSee Map legend
gikf commented 1 year ago

@Sboonny it still allows to not load chapter page every time when navigating to it via link on the event page. Try it:

  1. Go to /chatpers/1.
  2. Navigate to first event.
  3. Navigate to chapter page via link at the event page.

With chakra's Link step 3 will make a fresh load every time. With chakra-next-link's Link cache is used.