v1.0.0-beta.11
版本发布时间: 2023-01-09 15:48:15
liteflow-labs/liteflow-js最新发布版本:v3.0.0(2024-05-17 17:40:59)
Hooks
Breaking Changes
- Update
useConfig
return parameter from Promise<Config>
to { data?: Config, error?: Error, loading: boolean }
#120
- Make sure to update your codebase with
const { data } = useConfig();
Removed
-
config
has been removed from the LiteflowContext
#120
Fixed
- Fix imports order by updating
prettier
and prettier-plugin-organize-imports
#114
- Fix issue on initial render on SSR due to pending promise #120
相关地址:原始地址
下载(tar)
下载(zip)
查看:2023-01-09发行的版本