Jay Bell
Jay Bell
Sorry everyone I forgot about this branch. Unfortunately I do not have permissions to merge this but I may release it under our own orgs scope and update it to...
I believe I am running into this one as well. Works fine if using `ng serve`, some additional info though, it only hangs on cold page loads. For example: 1....
Found the issue, we were using a `subscription` in a couple places and assumed that `ssrMode: true` would handle it but we were only providing an `http` link (no link...
Because I wasn't sure if this was going to get merged or not I created a simple (very small) package to do places autocomplete on a form field if that...
I am also receiving this error using MatDialog on Angular 15.2.5
> Hey everyone, considering that v8 is gonna take a little longer to land, we decided last week to create a new Ivy-compatible Angular SDK package. Gonna start working on...
> I've managed to find out the issue. > > ...So the problem is in `ApolloClient` from `@apollo/client/core`. There's an option in the client called `connectToDevTools`, which triggers the [devtools...
> It's not the websocket per se that is a fault here but the socket IO lib. > > A open standard Websocket does not prevent the app from becoming...
Ok I added an example in that repro with Gql and subscription, I am not seeing the same failing to hydrate on this app as I was in ours but...
Thanks a lot guys! I will try and init it outside angular and see if that helps. I'll also investigate why our app never became stable when creating gql subscriptions...