React приложение начало закрываться с ошибкой при разработке, что можно сделать?
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
RpcIpcMessagePortClosedError: Process 122964 exited [SIGABRT].
Issues checking service aborted - probably out of memory. Check the `memoryLimit` option in the ForkTsCheckerWebpackPlugin configuration.
If increasing the memory doesn't solve the issue, it's most probably a bug in the TypeScript or EsLint.
Советую поискать у себя бесконечный цикл или глубокую рекурсию, обычно утечки на фронте связаны с этим
Хотя в первую очередь поднять memoryLimit, если это возможно