Tim Field
                                            Tim Field
                                        
                                    Same issue, none of the above are working :(. I can see the "missing" fields in the schema json and when using graphiql browser.
let alone docs for 0.7 anymore
Yeah can confirm that `this.jQuery` is causing this module to be unusable with a modern build system ( browserify or webpack ) Can it just be removed ?
This should really be part of the migration guide 🙏 Went down a lot of rabbit holes to find this issue! https://www.apollographql.com/docs/react/migrating/apollo-client-3-migration/
Also seeing this. It doesn't seem related to SSR, I'm using ContentEditable client side, despite passing `disabled={true}` `contenteditable=true` when inspecting the source.
+1 Yes this is very confusing at the moment. So it seems that you only want to use this setting if you have an existing process that is camel casing...
Hi @moklick we are still having issues here. We render the graph as follows ( I've just included relevant code below ) ```TS type Position = {x: number; y: number}...
Ok I got this working with the following updates. We now store all the nodes in state ```TS const [graphNodes, setGraphNodes] = useState(() => nodes.map(n => ({ ...n, position: {x:...
Bump, this makes working with the timestamp value stored in the database very difficult.
Hi just wondering if the bug label could be added to this? I suspect this is preventing a fair few people from upgrading