strblr
strblr
In a project, I have lists of entities called "hypotheses" that need to be refreshed via live queries. These lists are fetched using the following query: ```graphql type Query {...
Hi, I'm wondering if there is anything like an Object type for plain objects, just like you have Int, String, Boolean ? I'm storing a "session" field in my local...
I have a weird issue using the `useQuery` with the `cache-and-network` fetch policy. The `loading` value alternates perfectly between true and false every time the query remounts. **Edit** : It...
### Please describe the feature that you want to propose ## Feature Currently, nodes defined with a `parentNode` must be given **relative** coordinates via `position`. In practice I found this...
### Describe the Bug Since this [release](https://github.com/wbkd/react-flow/releases/tag/11.7.3), the effect of the connector snapping to the node doesn't work properly anymore. I believe it is related to this update: > Use...
### Describe the Bug Information of the node ids is stored directly on the dom nodes (`data-id`, `data-testid`, `data-nodeid`, etc.). When you have a reactflow nested inside another, which happens...
Hey, For some context, I was facing the following bug: https://github.com/n1ru4l/graphql-live-query/issues/980#issuecomment-1340320142 If I'm not mistaken, getParameter is not re-called when re-executing an invalidated query. This is I think the cause...
### Dependencies check up - [X] I have verified that I use latest version of all @mantine/* packages ### What version of @mantine/* packages do you have in package.json? 7.10.2...
### What platform were you using when you found the bug? - React Flow / Svelte Flow version: React flow 12 beta - Browser and version: Chrome 125.0.6422.141 - OS...
**Is your feature request related to a problem? Please describe.** When using `@blocknote/mantine` in projects that already use Mantine, there is a conflict between variables, provider and maybe mantine versions....