Aurelio

Results 8 comments of Aurelio

Do `npm install image-map ` or just add "image-map": "^2.0.1" to your dependencies in package.json and then `npm install`

I know this is old but. I use this Jquery plugin for that: https://github.com/kemayo/maphilight

Have to fix this for containable search. // Check that the field is searchable if(isset($this->controller->request->query['bSearchable_'.$x]) and $this->controller->request->query['bSearchable_'.$x] == 'true') Also notice that model fields must be at this version like...

Same issue, but I am seeing that also, even if you install the dependencies on the main app, the layer configuration is not extended. I am using apollo client as...

I made this work, at least on my local environment. So, based on the fix, I think is related to this issue. [here](https://github.com/nuxt/nuxt/issues/18563) In my extended application nuxt.config.ts I disabled...

Thanks @pi0 and @danielroe for the quick solution on this issue.

Still having this issue on 3.11 version. Any updates on this?