We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description
As a result of ui.flex no longer just accepting **props after PR #810 , it's now missing some props: https://react-spectrum.adobe.com/react-spectrum/Flex.html#props Add the missing props and document.
**props
Steps to reproduce
from deephaven import ui f = ui.flex("Hello", height="size-3000")
Expected results
Actual results
r-Scheduler-Serial-1 | .c.ConsoleServiceGrpcImpl | Error running script: java.lang.RuntimeException: Error in Python interpreter: Type: <class 'TypeError'> Value: flex() got an unexpected keyword argument 'height' Line: 3
Versions Engine Version: 0.36.1 Web UI Version: 0.90.0 Java Version: 11.0.24 Barrage Version: 0.6.0 Browser Name: Chrome 128 OS Name: Linux @deephaven/js-plugin-plotly-express: 0.11.2 @deephaven/js-plugin-ui: 0.21.0
The text was updated successfully, but these errors were encountered:
@ethanalvizo 's already fixing this as part of his flex docs PR: #785
Sorry, something went wrong.
Duplicate of #824
ethanalvizo
Successfully merging a pull request may close this issue.
Description
As a result of ui.flex no longer just accepting
**props
after PR #810 , it's now missing some props: https://react-spectrum.adobe.com/react-spectrum/Flex.html#propsAdd the missing props and document.
Steps to reproduce
Expected results
Actual results
Versions
Engine Version: 0.36.1
Web UI Version: 0.90.0
Java Version: 11.0.24
Barrage Version: 0.6.0
Browser Name: Chrome 128
OS Name: Linux
@deephaven/js-plugin-plotly-express: 0.11.2
@deephaven/js-plugin-ui: 0.21.0
The text was updated successfully, but these errors were encountered: