Patrick Schaub
Patrick Schaub
@vincentsels I agree with your idea. We need a function to tell the library how to compare objects (e.g. by `item.id` of each object instead of the array key). Is...
btw: this issue is a duplicate, see #37
@NewOldMax But your solution will not work with nesting (e.g. array > object > array > object > ..), right?
@NewOldMax I don't see any kind of recursion in your code so this shouldn't work in nested situations. We really need a fix inside the library itself. But thanks for...
@kenberkeley We switched to https://github.com/benjamine/jsondiffpatch to solve our nested situation. Maybe this will help you until anybody will implement a way into this package.
@mikechabot I agree with you. I also have this issue now and need to look into other libraries - only because of this issue.
Why is there `@ts-expect-error`? Is there a way to easily solve this without ignoring any errors/warnings? Could we use `nuxt.hook` instead of `nuxt.hooks.hook`? Is there a difference? See https://vite.nuxtjs.org/advanced/modules/
Did you find any technical differences or are these just some kind of environments or for usage tracking? Especially the difference between xCloud Streaming on native app and WebApp would...
@Jesus82 Could you provide a minimal reproduction example?
@ramzzo What exact error did you get?