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
The goal is to improve TS, remove duplicate declarations & remove unused props.
in functional components this should be straightforward
for class components either refactor to functional component if easy enough or create functional "wrapper" that uses "useActions" & "useSelector" and pass selected values as props to class component
The text was updated successfully, but these errors were encountered:
The goal is to improve TS, remove duplicate declarations & remove unused props.
The text was updated successfully, but these errors were encountered: