Closed PiotrMistu closed 9 months ago
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
ReferenceError: TextDecoder is not defined Zrzut ekranu 2024-01-30 o 09 53 05 After update to Angular 17.1 and @angular/Fire 17.0.1
image i have a problem with ReferenceError: TextDecoder is not defined this error the problem is solving for me if i add const { TextEncoder, TextDecoder } = require('util');
global.TextEncoder = TextEncoder; global.TextDecoder = TextDecoder;
but after add this in my code everything is super slow my test are 10x slower then it was before. on locale env it is possible to run test but in my CI ech time i runing tests Test suite failed to run A jest worker process (pid=577) was terminated by another process: signal=SIGSEGV, exitCode=null. Operating system logs may contain more information on why this occurred. at ChildProcessWorker._onExit (../../node_modules/jest-worker/build/workers/ChildProcessWorker.js:370:23)
I am also using NX 17.3.0.