douglasnaphas / madliberation

Mad lib Haggadahs.
Apache License 2.0
1 stars 4 forks source link

Make the /edit permalink retrievable if the leader is logged in #567

Closed douglasnaphas closed 7 months ago

douglasnaphas commented 8 months ago

Relates to gh-568.

douglasnaphas commented 8 months ago

TODO

douglasnaphas commented 7 months ago

Well, I think I'm going to have to re-do my whole v2 site to use Vite, or anything other than Next, because Next seems to be re-firing my backend requests periodically. I can't find a trustworthy way to disable this, or to even figure out what is going on. I think it has to do with Next's evil overwriting of global fetch. I seriously regret ever touching Next.js.

Update: It was a skill issue. I had a bunch of React things in the wrong places, especially non-hook code before hook calls at the top of a functional component.