You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exports[`Test ServerBlockNoteEditor with React blocks > works for blocks with context 1`] =`"<divclass="bn-block-group"data-node-type="blockGroup"><divclass="bn-block-outer"data-node-type="blockOuter"data-id="1"><divclass="bn-block"data-node-type="blockContainer"data-id="1"><divclass="bn-block-content"data-content-type="reactContextParagraph"data-node-view-wrapper=""style="white-space: normal;"><divclass="bn-inline-content">React Context Paragraph</div></div></div></div></div>"`;
3
+
exports[`Test ServerBlockNoteEditor with React blocks > works for blocks with context 1`] =`"<divclass="bn-block-group"data-node-type="blockGroup"><divclass="bn-block-outer"data-node-type="blockOuter"data-id="1"><divclass="bn-block"data-node-type="blockContainer"data-id="1"><span></span></div></div></div>"`;
4
4
5
5
exports[`Test ServerBlockNoteEditor with React blocks > works for simple blocks 1`] =`"<divclass="bn-block-group"data-node-type="blockGroup"><divclass="bn-block-outer"data-node-type="blockOuter"data-id="1"><divclass="bn-block"data-node-type="blockContainer"data-id="1"><divclass="bn-block-content"data-content-type="simpleReactCustomParagraph"data-node-view-wrapper=""style="white-space: normal;"><pclass="bn-inline-content simple-react-custom-paragraph">React Custom Paragraph</p></div></div></div></div>"`;
0 commit comments