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 = () => {}, Input = () => {},
allowOverride = false, allowOverride = false,
ux = 5, ux = 5,
state,
docs, docs,
config, config,
Design, Design,
@ -50,6 +51,7 @@ export const MenuItem = ({
name, name,
config, config,
ux, ux,
state,
current, current,
updateHandler, updateHandler,
changed, changed,