export const handleTextType = (text: string) =>
  produce((draft: Draft<MusicSearchTextState>) => {
    draft.staged = text
  })