Martin Jantošovič
Martin Jantošovič
@mistic Can you merge? It is important piece of missing information in documentation.
Here is my not working use case https://github.com/Mordred/apollo-client-esm I created new project and added `"type": "module"` to `package.json`. NodeJS throws a SyntaxError that `@apollo/client` is CommonJS module. It would be...
It's happing because entities are serialized to JSON before storing in the cache: https://github.com/typeorm/typeorm/blob/master/src/query-builder/SelectQueryBuilder.ts#L3806 and parsing back: https://github.com/typeorm/typeorm/blob/master/src/query-builder/SelectQueryBuilder.ts#L3779 I think that SelectQueryBuilder should not convert data to JSON .. It...
@BoD For me the root cause of this error is `QUERY_ROOT` record. I run into this because we have few bigger mutations where this mutations accept very large inputs (e.g....
Yes, but this can be a problem for queries too .. e.g. query which accept filter and pagination cursor. Is it possible to detect this and clear unused data automatically...
I tried React 18.2.0, but it still breaks the page when Apollo Client DevTools extension is used. So my _ugly_ solution for this problem is fix the DOM before `hydrateRoot`:...
Any news about this? I'm using server-side rendering and this bug breaks all links for robots. Also users cannot use middle-click or open in a new tab.
I run your "test_comment.php" and it works ok. Try to read your apache error log for more informations why you get "Aborted" status.
Try this: Mordred@22efc1c7c71e26068f87c36b286559e457614a32
OK, I will wait for at least beta release :)