Arturo
Arturo
I solved the issue by preparing the Model according to instructions at: https://spatie.be/docs/laravel-medialibrary/v10/basic-usage/preparing-your-model
Removing foundation.css and foundation.min.css solved the issue on my end. Thanks
Hey @johnkiely1, I would like to know if the Unity notifier only reports exceptions on Unity scenes. It the game has portions of code that are native are exceptions reported?...
Working **package.json** V1: https://firecms.co/docs/1.0.0/quickstart This is a working version of dependencies for version 1 with `$ npm install` ``` "dependencies": { "@camberi/firecms": "^1.0.0-beta1", "@emotion/react": "^11.4.1", "@emotion/styled": "^11.3.0", "@mui/icons-material": "5", "@mui/lab":...
**Response**
## Implementation Solution Without the Gem During the meanwhile the following works. It adds a captcha client side, and validates the response server side. **View** ``` var widgetId1; var onloadCallback...