You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(core): Allow changing name for queryParamName directive.
This commit introduced support for dynamically changing the query parameter
to which a queryParamName directive refers.
relates #44
Signed-off-by: Ingo Bürk <ingo.buerk@tngtech.com>
thrownewError(`You tried to switch from queryParamName=${nameChange.previousValue} to queryParamName=${nameChange.currentValue} which is currently not supported.`);
0 commit comments