react-terminal icon indicating copy to clipboard operation
react-terminal copied to clipboard

TypeError: Cannot read properties of null (reading 'bufferedContent')

Open masoodhesami opened this issue 2 years ago • 3 comments

at logCapturedError (node_modules/react-dom/cjs/react-dom.development.js:18687:23) at update.callback (node_modules/react-dom/cjs/react-dom.development.js:18720:5) at callCallback (node_modules/react-dom/cjs/react-dom.development.js:13923:12) at commitUpdateQueue (node_modules/react-dom/cjs/react-dom.development.js:13944:9) at commitLayoutEffectOnFiber (node_modules/react-dom/cjs/react-dom.development.js:23391:13) at commitLayoutMountEffects_complete (node_modules/react-dom/cjs/react-dom.development.js:24688:9) at commitLayoutEffects_begin (node_modules/react-dom/cjs/react-dom.development.js:24674:7)

what should i do ? all of my tests are fails when i render the react-terminal component !

masoodhesami avatar Dec 14 '22 23:12 masoodhesami

@masoodhesami Did you wrapped your main app entrypoint with TerminalContextProvider? More details in README

bony2023 avatar Dec 15 '22 18:12 bony2023

Yes ! Still not working .. Sent from my iPhoneOn Dec 15, 2022, at 21:41, Bony Roopchandani @.***> wrote: @masoodhesami Did you wrapped your main app entrypoint with TerminalContextProvider? More details in README

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>

masoodhesami avatar Dec 15 '22 21:12 masoodhesami

@masoodhesami Can you share the snippet on how you are initializing the terminal?

bony2023 avatar Nov 17 '23 16:11 bony2023