Luca
Luca
# Summary Starting with version 5.5.5 when running `npm run build` no `sw.js` and no `workbox-*.js` file is generated in the `public` folder. When downgrading to 5.5.4 everything works as...
If you include a ListView into a static ``````, the ```itemTap``` event does not get fired. XML: ``` ``` Code Behind: ``` export function onListItemTap(args: ItemEventData) { console.log('clicked'); } ```...
### Versions: - `@inertiajs/inertia` version: 0.11.0 - `@inertiajs/inertia-react` version: 0.8.0 ### Describe the problem: The ```transform``` function of the form helper does not work. ### Steps to reproduce: ```js const...
This should fix #1131 I think because the old implementation did not persist the callback between renders, the transform method of the form helper had no effect (was reset to...
Versions of proxy-agent < 6.0 use "vm2" as a dependency which is discontinued due to security issues (see https://github.com/patriksimek/vm2).
Vuex
Is vuex supposed to be shown when used? For me it just says "No Vuex Store detected".