-
Notifications
You must be signed in to change notification settings - Fork 154
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
Fix: Uncaught TypeError: Cannot read properties of null (reading 'style') #34
Conversation
This change fixes the broken spacer error that is caused by ChatGPT UI changes. The patch also includes the fix made by [@nethunter] (https://github.com/nethunter) in #28.
This fixes generation of PDFs and PNGs for me, but Share Link is still broken -
|
Fixed. Seems they updated the UI framework. |
This reverts commit fde7b1d.
chore: cleanup comments
style: add prettier config
feat: add Jest for unit testing
Works for Chrome but not Firefox. But thank you for fixing it for Chrome! |
Fixes #45 |
I've tried this extension (v1.3.6) today on both Microsoft Edge and Google Chrome, both v110, but its not adding in the extra buttons, so strangely it does not appear to be activating. On the Extensions page, under 'Inspect views' it is saying 'No active views'. Please can you offer any advice on how to debug this situation. |
The error is caused by changes in ChatGPT UI with the spacer. This request fixes that.