pmndrs / zustand

🐻 Bear necessities for state management in React

Home Page:https://zustand-demo.pmnd.rs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ts error on type annotation

ImamJanjua opened this issue · comments

Bildschirmaufnahme.2024-05-14.um.21.32.22.mov

Hi @ImamJanjua, thanks for the report. Could you provide a written account of what the current behavior is and what the expected behavior is? Thank you

@charkour the video shows that there are no errors, till i add the view state which should be either "day" or "week" and the action setView which accepts "day" or "week" and sets the view based on input.

@ImamJanjua you action types are wrong, there's no setView, and should you type your initial state too