André Andersson
André Andersson
We're seeing an similar error. We only see this on iOS on WKWebView, we do not see it in either Safari on iOS or Android. We've managed to reproduce it...
We've gotten some improvements by enabling [discardWebsocketOnCommFailure](https://stomp-js.github.io/api-docs/latest/classes/Client.html#discardWebsocketOnCommFailure), as a temporary (or permanent?) workaround. Sadly our entire app is pretty "seasonal", so we won't know for sure how much it has...
So, I actually have a workaround for this. The actual error might be within Angular itself, but I'll have to dig a bit deeper to actually verify that. Here is...
Not sure if this is a seperate issue or related, but I'm getting `Error: NG0303` from signal components. Note that `input.required` isn't needed, a simple `input` gives the same error....
I believe it might be a good idea to migrate to `reflectComponentType` from @angular/core to fetch inputs / outputs (and other data regarding the component). That is however quite some...
Done some digging. This probably relates to https://github.com/angular/angular/issues/54013 For example, this does not work in ng-mocks, but in a new Angular-repository: ``` import { Component, input, reflectComponentType, } from '@angular/core';...
We're getting false positives about [CVE-2023-45857](https://github.com/advisories/GHSA-wf5p-g6vw-rhxx) as well. Should be noted that it's not an security issue in this case though.
I made the smallest possible fix for this issue in the open PR. Please review :)
I can confirm that this has been resolved in 0.0.21 for us.
This will be fixed by the same fix as https://github.com/help-me-mom/ng-mocks/issues/7976, is my guess.