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
dash_mantine_components.Group
position
When I try to run the application, an error like this appears. Can you help me? TypeError: The dash_mantine_components.Groupcomponent (version 0.15.1) received an unexpected keyword argument:position Allowed arguments: align, aria-*, bd, bg, bga, bgp, bgr, bgsz, bottom, c, children, className, classNames, darkHidden, data-*, display, ff, flex, fs, fw, fz, gap, grow, h, hiddenFrom, id, inset, justify, left, lh, lightHidden, loading_state, lts, m, mah, maw, mb, me, mih, miw, ml, mod, mr, ms, mt, mx, my, opacity, p, pb, pe, pl, pos, pr, preventGrowOverflow, ps, pt, px, py, right, style, styles, ta, tabIndex, td, top, tt, unstyled, variant, visibleFrom, w, wrap
TypeError: The
component (version 0.15.1) received an unexpected keyword argument:
Allowed arguments: align, aria-*, bd, bg, bga, bgp, bgr, bgsz, bottom, c, children, className, classNames, darkHidden, data-*, display, ff, flex, fs, fw, fz, gap, grow, h, hiddenFrom, id, inset, justify, left, lh, lightHidden, loading_state, lts, m, mah, maw, mb, me, mih, miw, ml, mod, mr, ms, mt, mx, my, opacity, p, pb, pe, pl, pos, pr, preventGrowOverflow, ps, pt, px, py, right, style, styles, ta, tabIndex, td, top, tt, unstyled, variant, visibleFrom, w, wrap
The text was updated successfully, but these errors were encountered:
I've found the issue, change 'position' to 'pos'.
Sorry, something went wrong.
No branches or pull requests
When I try to run the application, an error like this appears. Can you help me?
TypeError: The
dash_mantine_components.Groupcomponent (version 0.15.1) received an unexpected keyword argument:
positionAllowed arguments: align, aria-*, bd, bg, bga, bgp, bgr, bgsz, bottom, c, children, className, classNames, darkHidden, data-*, display, ff, flex, fs, fw, fz, gap, grow, h, hiddenFrom, id, inset, justify, left, lh, lightHidden, loading_state, lts, m, mah, maw, mb, me, mih, miw, ml, mod, mr, ms, mt, mx, my, opacity, p, pb, pe, pl, pos, pr, preventGrowOverflow, ps, pt, px, py, right, style, styles, ta, tabIndex, td, top, tt, unstyled, variant, visibleFrom, w, wrap
The text was updated successfully, but these errors were encountered: