mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[GH-ISSUE #562] Display goes blank and and an error is recorded when clicking on certain notes. #281
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#281
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Kompiler on GitHub (Jul 26, 2020).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/562
Current behavior
Just upgraded to 0.8.0 and clicking on certain notes causes the entire application to go blank when in preview or render mode.
When the application goes blank, the following errors are recorded in developer tools:
and
This is repeatable 100% of the time for these notes.
Note* When viewing in editor/markdown only mode (the <> icon view), these notes work as expected. When viewing with preview or render mode (the 3 horizontal lines followed by a block icon and 3 horizontal lines only icon) the problem occurs.
Expected behavior
Prior to 0.8.0, clicking on any note in preview/render mode, the rendered html would appear as expected.
Steps to reproduce
Unfortunately my BoostNote is now defaulting to a problematic note and I cannot view anything in it any more. As such, I cannot diagnose the exact cause of the problem but I do know that the following cheat sheet causes the problem.
Any tips on switching my default view back to code would be appreciated :)
Environment
@TimeBomb commented on GitHub (Jul 26, 2020):
I'm also seeing this, opening dev tools and debugging makes it apparent that the problematic line of code is
propslooks like{children: [""]}.For what it's worth, I also appear unable to use the app entirely due to this error.
The problematic note contains only three backticks, i.e. the start of a codeblock, but not the end. The note title is "Hey".
@yupengkong commented on GitHub (Jul 27, 2020):
same issue encountered. CANNOT switch back to the code. The whole APP is unable to use. Please give me a tip to fix it. Thanks!
@Rokt33r commented on GitHub (Jul 27, 2020):
I'll deploy the fix ASAP. Sorry for making the propblem.
@Rokt33r commented on GitHub (Jul 27, 2020):
The fix will be deployed in 20 mins
@Rokt33r commented on GitHub (Jul 27, 2020):
@Kompiler @TimeBomb @yupengkong
Fixed in v0.8.2. Please download it from here https://github.com/BoostIO/BoostNote.next/releases/tag/v0.8.2
@Rokt33r commented on GitHub (Jul 27, 2020):
Sorry for the problem. I'll make sure this kind of errors never happen again.