-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments Component now Fails to Load #1582
Comments
After updating and trying to use the Comments component for the first time, I ran into the same problem. I've followed all instructions in https://quartz.jzhao.xyz/features/comments . 🥺
|
Can you check if #1586 fixes this issue? |
I can confirm the patch works perfectly! Thanks for the quick response! |
I still encounter this issue. As I understand, the first condition disables comments if quartz/quartz/components/Comments.tsx Lines 30 to 33 in e1d754e
I also looked at @harrellbm's fork to see why it worked for him. Turns out he applied the fix manually and mistakenly removed the Just a quick fix so I made the PR at #1625. |
Describe the bug
I previously had to comments component up and running on my garden. But then updated to the most recent commits and realized that it now fail to load at all. There are not errors in the console and a quick inspection looks like the afterbody div just doesn't exist anymore.
To Reproduce
Steps to reproduce the behavior:
updated branch to commit #1575
Load site with comments component
Nothing happens
Checked on desktop using chrome and edge
Checked on mobile using chrome and safari all with the same result
Expected behavior
Giscus to load
Screenshots and Source
You can help speed up fixing the problem by either
My Fork https://github.com/harrellbm/Quartz-Garden
Site this can be observed on https://harrellbm.github.io/Quartz-Garden/
Desktop (please complete the following information):
node
Version: [e.g. v18.16]npm
version: [e.g. v10.1.0]Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: