Replies: 1 comment
-
Today, our globalOptions only apply to a subset of features, so only the components that care about possible globalOptions access it and pass it into |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In order to understand how to write my own
templates
andwidgets
, I studied thecore
components. In doing so, I observed the following:getUiOptions
takes two parameters,uiSchema
and theglobalOptions
from theregistry
.In
packages/core/src/components
is see it often used without the second parameter.Is this omission accidental, or am I missing a bigger picture?
Beta Was this translation helpful? Give feedback.
All reactions