How to get current route and params inside updateStateUsing?
So i have a widget that will set a params to the url after click. But in the updateStateUsing i cant seems to get the params.
What i have:
What i have:
- 'products/merchant_id=1' as url and i can access this at public static table function through request() helper.
- I have a TextInputColumn and using updateStateUsing. when i dd(request()) inside updateStateUsing, it seems like the requests has been changed.

Solution
You can take what you need from the request in the
mount() method of your page and put it in a public property