-
When you are writing your own `ƒ.ComponentScript` following the example code in _CustomComponentScript.ts_ and reload the project inside the editor using Project->Load , the component list doenst get …
-
When adding a Component in Widgets in the config, It is showing error in browser. @FredrikOseberg
```
Type '{ botName: string; initialMessages: { loading: boolean; widget?: string | undefined; de…
-
if you have `"componnets"`, for example, it'll currently fail silently and just allocate no components.
Really, we should have an expected list of keys, `[]string{"active", "components", "customCom…
-
https://github.com/aliyunvideo/AliyunPlayer_Web/blob/master/customComponents/src/components/PreviewVodComponent/README.zh_CN.md
【场景】在H5中引入阿里云的web播放器,使用其试看功能
【问题描述】由于提示文案太长,导致换行了,但左下角的提示不能完全自定义样式,也…
-
I am trying to create a component similar to the Sprite component, but dumbed down. All it should do is to draw pseudo light effects using the same texture all over (a circular gradient) in additive b…
-
If the `reactElement()` function supported nested components (e.g. being able to pass `Stack.Item` to name), it would be possible to implement wrappers for such components more cleanly.
-
I'm having an issue when I try to set two columns without 'displayName', when the table is displayed then chrome throw this warning: `Warning: flattenChildren(...): Encountered two children with the s…
-
A continuation of #316
To review, In large apps, each section needs to be able to load and unload its dependencies since other portions of the app often have no need for most of them.
Having some …
-
Same issue like
https://github.com/ioBroker/ioBroker.parser/issues/244
-
Since rc5, There seems to be a property in NavigationHeader that replaces navigationState, called navigationProps? Seems out of place to change the name of this variable.