[react]: fix: Pass down state for toAbs()
This commit is contained in:
parent
87834e5ab2
commit
fe8e1853a7
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,7 @@ export const MenuItem = ({
|
|||
Input = () => {},
|
||||
allowOverride = false,
|
||||
ux = 5,
|
||||
state,
|
||||
docs,
|
||||
config,
|
||||
Design,
|
||||
|
@ -50,6 +51,7 @@ export const MenuItem = ({
|
|||
name,
|
||||
config,
|
||||
ux,
|
||||
state,
|
||||
current,
|
||||
updateHandler,
|
||||
changed,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue