Open HarkiratShopism1 opened 4 months ago
Do you mean that empty headers and paragraph are skipped?
Yes exactly.
Do you mean that empty headers and paragraph are skipped?
Hi @neSpecc do you have any solution or fix for this issue?
Try using header 2.8.7
I have tried multiple things but issue not getting resolved Removed React strict mode Installed 2.8.7 headers
Nothing worked Can anyone help me with this
hi im having the same issue, has anyone found the solution?
Please, clarify the problem. I'm not sure I've got it correctly. Right now Editor.js skips blank blocks (those which specified the validate()
method for that).
Do you want to preserve blank lines?
And what does it mean Editor state getting reverted
?
yeah the problem is the validate function runs when first creating the heading line so it skips the block because the line will always be blank like with the paragraph block. once the heading block is skipped, the heading styling no longer shows up so I'm the editor it just shows up like paragraph text even tho in the Json it's saved as a heading block.
once the heading block is skipped, the heading styling no longer shows up
why? block is not removed. It's just skipped in output JSON
hmm you're right, it might have something to do with using CDN instead of npm?
On Wed, Nov 27, 2024, 10:48 AM Peter @.***> wrote:
once the heading block is skipped, the heading styling no longer shows up
why? block is not removed. It's just skipped in output JSON
— Reply to this email directly, view it on GitHub https://github.com/codex-team/editor.js/issues/2767#issuecomment-2504580622, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFQJOTOZX4Y6MMILQGBWR32CYHY3AVCNFSM6AAAAABKS5OLP2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMBUGU4DANRSGI . You are receiving this because you commented.Message ID: @.***>
Describe the bug.
I am using editorJs in my react application as a form component and when trying to add a Paragraph or Header I am getting following error in the console "Block «header» skipped because saved data is invalid" for header and "Block «paragraph» skipped because saved data is invalid" for Paragraph also the editor state gets reverted back to blocks -> 0 and I am not able to get the header or paragraph on the next line. Following is the sample react code attached how I have initialized editorJs in my application.
Screenshots:
Device, Browser, OS: Windows, Google Chrome
Editor.js version: 2.29.1
Plugins you use with their versions: header 2.8.1, paragraph 2.11.6