RJ2020DD

Results 1 comments of RJ2020DD

It's not resolving the nonce issue but to get around it I did the following: 1. When initializing InertiaProgress set 'includeCSS' to false; ```JS InertiaProgress.init({ includeCSS: false }); ``` 2....