1
0
Fork 0

[react]: fix: Pass down state for toAbs()

This commit is contained in:
joostdecock 2025-05-01 16:05:19 +02:00 committed by Joost De Cock
parent 87834e5ab2
commit fe8e1853a7

View file

@ -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,