fix
This commit is contained in:
parent
4d45d9808e
commit
ce756f13cf
|
|
@ -126,7 +126,7 @@ export const EdSidePropInstance: FC<{ meta: IMeta }> = ({ meta }) => {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log(key, visible, arg);
|
console.warn("Failed to parse visible on prop: ", key);
|
||||||
console.error(e);
|
console.error(e);
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue