We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
初始化的时候做如下设置: LogicFlow.use(Menu); const lf = new LogicFlow({ ...otherConfigs, isSilentMode: true });
LogicFlow.use(Menu); const lf = new LogicFlow({ ...otherConfigs, isSilentMode: true });
将@logicflow/core版本更新到1.2.15,@logicflow/extension更新到1.2.16,控制台会报错导致页面无法打开,具体报错如下: 似乎是因为新版本Menu执行时,加了只有isSilentMode=false才会初始化__MenuDOM的判断导致的上述问题:
期望: 需要isSilentMode=true时,如何避免出现上述截图里的报错?
LogicFlow Version: 1.2.15 Node Version: 16.19.1
The text was updated successfully, but these errors were encountered:
fix(extension): bug of menu initialization (#1359)
fabd8d7
Successfully merging a pull request may close this issue.
问题描述
初始化的时候做如下设置:
LogicFlow.use(Menu); const lf = new LogicFlow({ ...otherConfigs, isSilentMode: true });
将@logicflow/core版本更新到1.2.15,@logicflow/extension更新到1.2.16,控制台会报错导致页面无法打开,具体报错如下:
似乎是因为新版本Menu执行时,加了只有isSilentMode=false才会初始化__MenuDOM的判断导致的上述问题:
期望:
需要isSilentMode=true时,如何避免出现上述截图里的报错?
相关信息 context
LogicFlow Version: 1.2.15
Node Version: 16.19.1
The text was updated successfully, but these errors were encountered: