Closed hoifong closed 1 year ago
官方demo里有这个api的调用示例,先看看?
官方demo里有这个api的调用示例,先看看?
我就是按照官网的调用示例写的,我没有找到关于这个api更详细的使用说明。
1.调用过 material.setAssets
2.需要加载一些异步的增量资产包。material.loadIncrementalAssets
可能的场景:低代码页面资产包很多的情况下,首屏事件会很长,这时候可以选择通过 material.setAssets 注入 schema 中组件相关的资产包,很多第一次渲染时候不需要的物料相关的资产包在第一次渲染完毕之后再通过 material.loadIncrementalAssets 进行资产包的注入。
Describe the bug (required) / 详细描述 bug(必填)
我在使用material.setAssets之后使用material.loadIncrementalAssets,会报错。 A clear and concise description of what the bug is. / 请提供清晰且精确的 bug 描述 我有两份assets.json, 一份是用来在插件初始化时提供必须的依赖:
basicAssets
另一份用来提供内部我们内部的组件库:
componentsAssets
代码如下:
错误如下:
To Reproduce (required) / 如何复现 bug?(必填,非常重要)
Steps to reproduce the behavior: / 详细复现步骤:
English version example:
中文版示例:
Expected behavior (required) / 预期行为(必填,非常重要)
A clear and concise description of what did you expect to happen. / 请清晰和精确的描述你预期的行为
组件应该被添加到左侧的组件库当中,并且不报错
Screenshots (optional) / bug 截图(可选)
Sceenshots for further information. (If applicable.) / 一些有用的截图将会帮助我们更好的明确以及定位问题
Environments (please complete the following information) (required): / 请提供如下信息(必填)
1.0.0
1.0.4
Edge 84.0.522.52
react-scripts@3.4.4
Additional context (optional) / 更多额外信息(可选)
Any other context of the problem here. / 可以追加更多的额外信息,帮助定位问题