Skip to content

Conversation

@Seventysevendays
Copy link
Collaborator

  • add graphin props setting to sdk config

@Seventysevendays Seventysevendays requested a review from lxfu1 April 12, 2024 07:04
package.json Outdated
"webpack-cli": "^5.0.0"
}
},
"version": "0.0.1"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个版本号不太需要

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

升级下 gi-sdk 的版本号就好了

const graphinRef = React.useRef<null | Graphin>(null);
// @ts-ignore
const { children, assets, id, services, config, locales } = props;
const { children, assets, id, services, config, locales, grapinProps } = props;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

感觉不用新增一个 grapinProps 吧,和 layout 这类配置放一起就好

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

感觉不用新增一个 grapinProps 吧,和 layout 这类配置放一起就好

animate、style、containerStyle... 等等一堆配置,后边这样一个个加进来么?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants