Coder Social home page Coder Social logo

Typescript + Slices = trouble about zustand HOT 7 CLOSED

buzzdead avatar buzzdead commented on June 6, 2024
Typescript + Slices = trouble

from zustand.

Comments (7)

buzzdead avatar buzzdead commented on June 6, 2024

Type 'BearSlice' does not satisfy the constraint 'StoreApi<BearSlice & FishSlice>'.
Type 'BearSlice' is missing the following properties from type 'StoreApi<BearSlice & FishSlice>': setState, getState, subscribe, destroyts(2344)
interface BearSlice
No quick fixes available

Type '{ bears: number; addBear: () => any; eatFish: () => any; }' is not assignable to type 'BearSlice & FishSlice'.
Type '{ bears: number; addBear: () => any; eatFish: () => any; }' is missing the following properties from type 'FishSlice': fishes, addFishts(2322)
vanilla.d.ts(33, 163): The expected type comes from the return type of this signature.
(property) BearSlice.addBear: () => void

Module '"zustand"' has no exported member 'create'. Did you mean to use 'import create from "zustand"' instead?ts(2614)
import create
No quick fixes available

from zustand.

dbritto-dev avatar dbritto-dev commented on June 6, 2024

@buzzdead btw, now there's a package called zustand-slices that helps you with that. Give it a try a let us know

from zustand.

buzzdead avatar buzzdead commented on June 6, 2024

That seemed to take away all the errors i had, just installing the package.

from zustand.

dbritto-dev avatar dbritto-dev commented on June 6, 2024

We know that typing slices is a bit tricky. BTW, we are working on revamping docs.

from zustand.

buzzdead avatar buzzdead commented on June 6, 2024

Worked like a charm after installing the package. Thanks for the lightning fast response.
You really should put in the documentation that the package is necessary though, didn't find any guides, help from any ai or stackoverflow\reddit thread to help me with this. Got pretty close to going back to another state management system.

Anyway, Ill continue with sustand.

from zustand.

dbritto-dev avatar dbritto-dev commented on June 6, 2024

Worked like a charm after installing the package. Thanks for the lightning fast response. You really should put in the documentation that the package is necessary though, didn't find any guides, help from any ai or stackoverflow\reddit thread to help me with this. Got pretty close to going back to another state management system.

Anyway, Ill continue with sustand.

It's not necessary but is an option now

from zustand.

dbritto-dev avatar dbritto-dev commented on June 6, 2024

Anyway, next time make sure you share a typescript playground link when you face typescript issues or try to format your code so would be easy to read

from zustand.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.