Closed mrctrzcinski closed 4 years ago
Hi, if you have 2 components and one of them is doing some modification on retrieved data, modification is reflected in other component.
you need to construct a cumtom cache and delete the special element in that cache while u do the modification, see https://github.com/kuitos/axios-extensions#more-advanced
Hi, if you have 2 components and one of them is doing some modification on retrieved data, modification is reflected in other component.