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
This is what I was going when this error happened...
{ "id": "grid_page", "namedArgs": { "layout": [ "header header", "sidebar " ], "row_sizes": [ "100px", "1fr" ], "col_sizes": [ "250px", "1fr" ], "gap_size": "10px" }, "children": [ { "id": "grid_card", "namedArgs": { "area": "sidebar" }, "children": [ { "id": "card_header", "namedArgs": {}, "children": [ { "id": "checkboxGroupInput", "namedArgs": { "inputId": "myCheckboxGroup", "label": "Checkbox Group", "choices": { "choice a": "a", "choice b": "b" } } }, { "id": "textNode", "namedArgs": { "contents": "Settings" } } ] }, { "id": "card_body", "namedArgs": {}, "children": [ { "id": "selectInput", "namedArgs": { "inputId": "cut", "label": "Cut of Diamond", "choices": { "Fair": "Fair", "Good": "Good", "Very_Good": "Very Good", "Premium": "Premium", "Ideal": "Ideal" }, "selected": "Ideal", "width": "100%" } }, { "id": "textNode", "namedArgs": { "decoration": "italic", "contents": "Select the cut of the diamond you want to view the carat size distribution for." } } ] } ] }, { "id": "grid_card_text", "namedArgs": { "area": "header", "content": "Diamonds!", "alignment": "start", "is_title": false } }, { "id": "grid_card", "namedArgs": { "area": "" }, "children": [ { "id": "card_header", "namedArgs": {}, "children": [ { "id": "textNode", "namedArgs": { "contents": "Interactive Plot" } } ] }, { "id": "card_body", "namedArgs": {}, "children": [ { "id": "plotlyOutput", "namedArgs": { "outputId": "plot", "width": "100%", "height": "100%" } } ] } ] } ] }
Selection path: __Path to node at error:__
__Path to node at error:__
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is what I was going when this error happened...
Ui-Tree at error:
Selection path:
__Path to node at error:__
The text was updated successfully, but these errors were encountered: