You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Some configurations, like "verticalOffset" or "labels" may depend on the state of a component or context.
For example, a language selection that changes without a full-reload happening after.
Describe the solution you'd like
It makes sense to me to pass those kind of mutable configs/settings inside the start() function, which is invoked in the component, therefore having the capabilities that React Hooks provides.
Describe alternatives you've considered
I propose to keep the current behaviout, but also allow the configs to be passed inside the start() function, and as a consequence, copilot to update the labels/offsets/other as soon as the passed state changes.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Some configurations, like "verticalOffset" or "labels" may depend on the state of a component or context.
For example, a language selection that changes without a full-reload happening after.
Describe the solution you'd like
It makes sense to me to pass those kind of mutable configs/settings inside the start() function, which is invoked in the component, therefore having the capabilities that React Hooks provides.
Describe alternatives you've considered
I propose to keep the current behaviout, but also allow the configs to be passed inside the start() function, and as a consequence, copilot to update the labels/offsets/other as soon as the passed state changes.
The text was updated successfully, but these errors were encountered: