Skip to content

Fix for Bad State Handling

Latest
Compare
Choose a tag to compare
@shoxter shoxter released this 12 Jun 22:43
· 1 commit to master since this release

Previously, widget parameters were being passed through to the underlying State instance and they were only being set once with initState

The problem with this is that state can't be updated when parameters change and this creates an inability to render the widget with the latest parameters.