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
SearchBar accepts now a number as elevation instead
of a bool. If you used elevation={true} you can use elevation={1} and if you used elevation={false} you can use elevation={0}. Default value is kept (it was true so it is 1).