Git Product home page Git Product logo

Comments (5)

dannyuk1982 avatar dannyuk1982 commented on May 28, 2024

And as usual, after 2 hours bashing my head against a wall, I work it out myself after opening an issue - $store.stats ends up as an associative array and not a flat array (even though I set it as that)... return this.$store.stats.findIndex((v,i) => v == item.value) !== -1; works and no need to refresh!

I'll leave this open though, as I would like to know if you can call $refresh from a function.

from alpine-magic-helpers.

KevinBatdorf avatar KevinBatdorf commented on May 28, 2024

Refresh should work as expected. Was it not doing anything? I'm not sure how it will work with Spruce though. If you have an example of something not working I can try to debug why.

from alpine-magic-helpers.

dannyuk1982 avatar dannyuk1982 commented on May 28, 2024

Thanks @KevinBatdorf - what would the syntax be this.$refresh()?

Are $parent.$refresh() or $component('foo').$refresh() options?

from alpine-magic-helpers.

KevinBatdorf avatar KevinBatdorf commented on May 28, 2024

Yeah I think all of those would work, but it also depends on where you are calling from, whether you use this or not. The same rules apply in Alpine, ie. if it's inlined within the HTML you wouldn't use this

from alpine-magic-helpers.

dannyuk1982 avatar dannyuk1982 commented on May 28, 2024

Yea sure, thanks - I know my way around Alpine, just new to magic helpers! Cheers

from alpine-magic-helpers.

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.