Closed jumpinjackie closed 1 year ago
The docs for the App prop urlPropsIgnore state:
App
urlPropsIgnore
If specified, tells the application to not sync the following URL params to the URL, and to skip reading these params when initializing/refreshing.
However, only this part is honored: and to skip reading these params when initializing/refreshing.
and to skip reading these params when initializing/refreshing.
It does not do this part: tells the application to not sync the following URL params to the URL
tells the application to not sync the following URL params to the URL
The docs for the
App
propurlPropsIgnore
state:If specified, tells the application to not sync the following URL params to the URL, and to skip reading these params when initializing/refreshing.
However, only this part is honored:
and to skip reading these params when initializing/refreshing.
It does not do this part:
tells the application to not sync the following URL params to the URL