Misu Szijjarto-Nagy

Results 9 comments of Misu Szijjarto-Nagy

Any ideas, concerning how it should be fixed? I have given some time and have one or two possible solutions. Also I would be happy to provide a pull request...

@kiaking Happily :smiley: The simplest of solutions I can come up with is to use the `updateIndexes()` method on the whole `state.data` object. So instead of this inside the `commitUpdate()`...

@kiaking Any progress on this one?

That is the "re-instantiation" mentioned in the second reason.

> Since the latest version, returned models are copy of the store state @kiaking I'm delighted to hear that :smiley: Does that handle deep cloning properties of type `array` or...

Any progress on this one? I know this happens because, by default, pug transpiles to xml, where valueless attributes are **not permitted**. So where it meets one, sets the attribute...

Good one! Thanks @Shinigami92! I added ```js module.exports = { // ... globals: { 'vue-jest': { pug: { doctype: 'html' } } } } ``` to my `jest.config.js` and now...

@kazupon I think there is truth in what you say, so I will just try and use SFC I18n custom block whereever it is possible. Thanks for the idea! Should...

Hey, Any news on this one?