Juan Schwindt
Juan Schwindt
The @api.errorhandler decorator does not work in 0.13.0. If I go back to version 0.12.1 it works perfectly.
I wrote my own package to handle state using search params with `react-router-dom-v6`: https://github.com/jschwindt/react-use-search-params-state
> > I wrote my own package to handle state using search params with `react-router-dom-v6`: https://github.com/jschwindt/react-use-search-params-state > > @jschwindt Why not implement it here? I extracted it from an app...
Just change the `app/controllers/admin/base_controller.rb` and modify the `authenticate` method to your needs. In my case I use Devise so this is the code that I'm using and works perfectly: ```ruby...