Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 868faf5 commit e83c6b9Copy full SHA for e83c6b9
client/packages/lowcoder/src/comps/comps/remoteComp/remoteComp.tsx
@@ -66,7 +66,7 @@ function RemoteCompView(props: React.PropsWithChildren<RemoteCompViewProps>) {
66
packageVersion = lowcoderCompPackageVersion;
67
}
68
// component plugin's package version
69
- else if (compState.comp?.comp.version) {
+ else if (compState.comp?.comp?.version) {
70
packageVersion = compState.comp?.comp.version;
71
72
0 commit comments