Description
When running the Angular app with SSR + hydration enabled, the app throws a runtime error during hydration only under Node 20.x.
Workaround
Updating to Node 22.12.0 resolves the issue.
Expected behaviour
No issues in the console and the ERP sample should load
Actual behaviour:
Error on page load. When we go to a different tab/sample and return to the ERP tab, the sample is loaded.