Fix tests and upgrade node_modules (#1227)
* Fix tests * Fix tests * Fix 0 in SortandFilterBar
This commit is contained in:
@ -3,7 +3,7 @@ import { BlockNoteView } from '@blocknote/react';
|
||||
import styled from '@emotion/styled';
|
||||
|
||||
interface BlockEditorProps {
|
||||
editor: BlockNoteEditor | null;
|
||||
editor: BlockNoteEditor;
|
||||
}
|
||||
|
||||
const StyledEditor = styled.div`
|
||||
|
||||
Reference in New Issue
Block a user