Simon Pietsch

Results 4 comments of Simon Pietsch

Not sure if this helps to isolate the exact issue, but I've narrowed the cause of this problem to when the NSRouteReuseStrategy clears out its state cache - specifically when...

After further investigation, the problem is related to the specific order of how the components are created and disposed - specifically the `RouterOutlet`. When navigating and clearing history, the old...

@Randomgnome I initially attempted to work around this by overriding methods of the router classes to change how child router outlets were disposed (essentially, updating `onChildOutletDestroyed` to only clear the...

This appears to be the same issue as https://github.com/Cordobo/angularx-qrcode/issues/227, and the fix made there appears to not fully have resolved the problem. The reference to `QRCodeErrorCorrectionLevel` was updated in the...