Kevin Rivas

Results 12 comments of Kevin Rivas

I think I'm late, but as a first point I don't think you need 1 form inside another, you can achieve it with a single instance is what I think,...

If you examine the code you will notice that you can pass readOnly or disabled as booleans. Pass `readOnly` and not readonly.

It's a shame that the creator of this package no longer supports it.

Set view with xIndex: -1 or 0. This happens because the view is above the element, the zIndex could make it position below, or you can use Ripple as an...

> I think your problem is > > > const cacheStore = await cacheCollectionStore; > > You don't that line, and I wonder where did you get that line from?...

> > > I think your problem is > > > > const cacheStore = await cacheCollectionStore; > > > > > > > > > You don't that line,...

> > ```js > > cacheManager.caching > > ``` > > I have not used strapi, so I have two questions: > > * In `cacheManager.caching` is the `cacheManager` the...

> I think I figured out the issue. You are using `cache-manager` with v5 or higher. I noticed they have changed everything thing in v5 onwards, which might be causing...