Fixes for console socket disconnecting with HMR enabled
This commit is contained in:
parent
2b68e5a984
commit
49de1d0ed4
5 changed files with 61 additions and 24 deletions
|
@ -79,7 +79,7 @@ export default () => {
|
|||
className={'rounded-t p-2 bg-black overflow-scroll w-full'}
|
||||
style={{
|
||||
minHeight: '16rem',
|
||||
maxHeight: '64rem',
|
||||
maxHeight: '32rem',
|
||||
}}
|
||||
>
|
||||
<div id={'terminal'} ref={ref}/>
|
||||
|
|
Reference in a new issue