RicFer01

Results 6 comments of RicFer01

I did the same ``` import { Buffer } from 'buffer'; const root = ReactDOM.createRoot( document.getElementById('root') as HTMLElement, ); window.Buffer = window.Buffer || Buffer; ``` but I'm still getting in...

If I've 2 buttons, let's say `success` and `error`, I'm also using the `toastId`, when I click quickly on `success`, `error` and after `success`, the last success is not displayed,...

Did someone find a solution for this? I'm having the same problem.

I still have this error just installing buffer and doing `window.Buffer = window.Buffer || Buffer;`, in order to fix is it necessary to use CRACO?

> I continue to get this error, and am using > > ``` > util: require.resolve('util/'), > assert: require.resolve('assert/'), > stream: require.resolve('stream-browserify'), > zlib: require.resolve('browserify-zlib'), > buffer: require.resolve('buffer'), > process:...

@gacogo I tried to use you solution with: ``` (async () => { await import("ses"); // adds lockdown, harden, and Compartment const consoleTaming = process.env.NEXT_PUBLIC_CONSOLE_TAMING ? 'unsafe' : 'safe'; lockdown({...