update: use controlledComputed for edges/nodes

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-11-22 14:10:49 +01:00
parent 2b065b4e56
commit 049b701580
4 changed files with 63 additions and 24 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ interface EdgeWrapper {
| string
| {
component: any
props?: EdgeTextProps
props?: EdgeTextProps | any
}
labelStyle?: any
labelShowBg?: boolean