How to use params.parse?
Before deprecation of
parseParams, I used to do
Couldn't figure out how to implement the same behaviour with parse.params method.2 Replies
national-gold•14mo ago
it's
params.parse
and, I guess, it should work the same
you need to set
other-emeraldOP•14mo ago
Thanks!