Code Monkey home page Code Monkey logo

Comments (2)

lonagi avatar lonagi commented on August 15, 2024

Upd: changed to this code:

// ccEmails.$patch((state) => {
        //     state.all.push('')
        // })
        ccEmails.all.push('')
        ccEmails.all = [...ccEmails.all]

but it still return error. It seems I cannot modify state at all????. I also did next:

 // Store file

...

return defineStore(id, () => {
        const all = ref(null)

        return { all }
    })
...
        ccEmails.all = [123]

doesn't work.

. Btw. If I call second time function to change state it returns "Cannot read properties of null (reading 'style')". (were insertBefore instead of style)

wtf?

I want notice that even on production of course it changes value of state if output it directly to {{ state }} in template, but doesn't change anything when I have div v-for which loops this state

from pinia.

lonagi avatar lonagi commented on August 15, 2024

When I fully deleted $patch function from my component and also changed to this code:

// ccEmails.$patch((state) => {
//     state.all.push('')
// })
        ccEmails.all.push('')
        ccEmails.all = [...ccEmails.all]

I am getting another error:

5
entry.ecbe6a09.js:1 TypeError: Cannot read properties of null (reading 'push')
    at g (ModalEmailSend.c23444bd.js:1:2923)
    at l.length.o.onClick.e.<computed>.e.<computed> (ModalEmailSend.c23444bd.js:1:3797)
    at Mo (entry.ecbe6a09.js:1:13641)
    at wa (entry.ecbe6a09.js:1:13720)
    at HTMLButtonElement.n (entry.ecbe6a09.js:1:75130)
l4  @  entry.ecbe6a09.js:1
// (ModalEmailSend.c23444bd.js:1:2923)
/// ...
function O(c) {
            b.attachFiles.splice(c, 1)
        }
        const _ = Q()
          , i = X()
          , p = Y();
        function g(c) {
            c == "cc" && i.all.push("") // <------
        }
 // ....

so i cannot work with arrays.?

from pinia.

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.