We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
commit
neos-ui/packages/neos-ui/src/Containers/RightSideBar/Inspector/InspectorEditorEnvelope/index.js
Line 56 in 6aa5c74
transientValueRaw has the type:
transientValueRaw
type TransientValueRaw = { value: any }
and will never equal to the unpacked plain value variable
value
should be;
if (transientValueRaw.value === value
im too afraid to change it ^^