r2musings

Results 5 comments of r2musings

The https://b2ciefsetupapp.azurewebsites.net/ throws 404 for me every time after logging in.

After upgrading, I now get this error on all of my unit tests. FAIL src/app/shipping/components/shipment-report/shipment-report.component.spec.ts ● Test suite failed to run ReferenceError: Cannot access 'SplitAreaComponent' before initialization 44 | import...

Thanks @Xorok for the confirmation and the stackblitz. I had an investor demo and ended up just rolling back versions of angular-split as I couldn't risk the unit tests failing...

If anyone comes across this and has the same issue, I resolved by handling the tooltips myself like this: ``` const shipmentReportsColumnDefinitions: ColDef[] = [ { colId: 'deviceId', field: 'deviceId',...

Seems like a bug to me that should be investigated, but I have a workaround so fine with me to close.