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
refactor(block)!: remove GetLastState from components (#2923)
<!--
Please read and fill out this form before submitting your PR.
Please make sure you have reviewed our contributors guide before
submitting your
first PR.
NOTE: PR titles should follow semantic commits:
https://www.conventionalcommits.org/en/v1.0.0/
-->
## Overview
If GetLastState() got somehow called on the component prior that it is
started you could get an empty start.
First I thought let's fallback to the store
60c6c0e
when empty. However when I checked the usage of GetLastState from the
components I couldn't find anything.
I think deleting this public api makes more sense then.
<!--
Please provide an explanation of the PR, including the appropriate
context,
background, goal, and rationale. If there is an issue with this
information,
please provide a tl;dr and link the issue.
Ex: Closes #<issue number>
-->
0 commit comments