-
Currently, `SaveSolutionCallback` accepts only either a fixed `interval` or a fixed `dt` parameter (i.e. outputting either at uniformly spaced timesteps or at uniformly spaced times).
From my experie…
-
**Docs**: https://flow.org/en/docs/react/component-syntax/
### Code
```js
component Example( text: string = 'Hello World' ) {
return {text};
}
```
### Expected
```
[
{
"descri…
-
Hi guys,
first of all nice job on the editor. I am looking forward to using its in all sorts of projects.
We are currently looking into using this for a pipeline where we would need to create …
-
@tisoap/react-flow-smart-edge seems non-maintained - folks have been trying to get a release done for 9 months now: see [https://github.com/tisoap/react-flow-smart-edge/issues/57#issuecomment-21524466…
-
Signup initial screen for opting-in T&C and marketing email:
![Image](https://github.com/user-attachments/assets/43913fa5-935b-4806-b438-d5332fffa08d)
![Image](https://github.com/user-attachments/ass…
-
### What platform were you using when you found the bug?
- React Flow / Svelte Flow version: "@xyflow/svelte": "^0.1.15"
- Browser and version: Arc
- OS and version: Mac
### Live code example
h…
-
Apologies for janky formatting below. [The post in #expensify-open-source is easier to read](https://expensify.slack.com/archives/C01GTK53T8Q/p1723679073528139)
> [x] If there are any errors in the…
-
## Issue
Not sure if this is classified as a bug or I'm missing something, but in the documentation it is stated that we can only use the autorization code flow, which is fine.
But then for /log…
-
如果设置了grid的size属性后,使用addNode方法,会造成节点有偏移。
以官方示例https://site.logic-flow.cn/zh/examples/react/registry#customReact
在new LogicFlow(),(34行)添加代码 grid: { size: 12 },
lf.addNode调用后,
之后输出 lf.getGraphData(…
-
### I have a question
Hello,
TL;DR How do I write a Jest test for a component that contains ReactWebChat?
I am trying to write a test file for my website and the ReactWebChat component consistently…