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
Child components will not by default render the parent component anymore. If this is required for your child component, specify self.parent.force_render = True in any action that requires the parent to re-render. This change will reduce network bandwidth and isolates the amount of re-rendering required for nested components.
This discussion was created from the release 0.58.0.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This release could not have been made possible without the generous support of https://github.com/winrid and https://github.com/om-proptech. Thank you for sponsoring me and believing in
django-unicorn
! It also includes critical improvements to nested components from https://github.com/imankulov.ValidationError
or just a string instead of requiring a thedict
version.force_render
and$parent
.Breaking changes
Child components will not by default render the parent component anymore. If this is required for your child component, specify
self.parent.force_render = True
in any action that requires the parent to re-render. This change will reduce network bandwidth and isolates the amount of re-rendering required for nested components.This discussion was created from the release 0.58.0.
Beta Was this translation helpful? Give feedback.
All reactions