Skip to content

Commit

Permalink
fix: make component in editor use default
Browse files Browse the repository at this point in the history
  • Loading branch information
etowahadams committed Jun 7, 2024
1 parent 9d8f580 commit ca4cccb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion editor/Editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,6 @@ function Editor(props: RouteComponentProps) {
border={'none'}
id={'goslig-component-root'}
className={'goslig-component'}
experimental={{ reactive: true }}
compiled={(_, h) => {
setHg(h);
}}
Expand Down

0 comments on commit ca4cccb

Please sign in to comment.