-
-
Notifications
You must be signed in to change notification settings - Fork 398
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
Improve sidebar tasks widget #2359
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see an error when using in PKM mode:
- open the vercel url
- make a bullet with text
- convert to task
react_devtools_backend.js:4026 TypeError: Cannot read properties of null (reading 'D')
at u9a (app.js:8316:427)
at Function.<anonymous> (app.js:8878:255)
at Eba (app.js:5058:459)
at Dba (app.js:5058:380)
at Cba (app.js:5058:295)
at Qg (app.js:5064:122)
at eOa (app.js:6432:49)
at app.js:6433:466
at GNa (app.js:6400:351)
at g._run (app.js:6415:260)
@filipesilva I'm only seeing that issue on the Vercel build, not when using the in-memory graph locally. Any idea why that could be? |
68d8cea
to
9779b17
Compare
I think the reason it appears on vercel but not locally is related (but not wholly attributed to) the currently enabled feature flags. |
9779b17
to
4de40c6
Compare
Fixed the previous error |
Major
Minor