MarcoSpicuzza

Results 2 comments of MarcoSpicuzza

Hey I had a similar problem was due to a mistype import. Check if you are importing correctly.

Hey you can still use createStore, it's just a deprecated term because nowadays redux toolkit replaced original redux. createStore will work anyway, if you want to update the code you...