I have created local store and registered in my component and it it working fine.
but the problem is when i reload my app and navigate to that component where i register and using local store mutation gets called once. when i navigate back to home page and again navigation to that component mutation executing 4 times.
All the times mutation execution getting increases in format(1x1, 2x2, 3x3, 4x4......)
Hi,
I have created local store and registered in my component and it it working fine.
but the problem is when i reload my app and navigate to that component where i register and using local store mutation gets called once. when i navigate back to home page and again navigation to that component mutation executing 4 times. All the times mutation execution getting increases in format(1x1, 2x2, 3x3, 4x4......)