This way we can get rid of the interactionId stuff that are only relevant to ActivityPods, and have something that is more flexible and that looks like React-Admin.
Breaking changes :warning:
The postLoginRedirect and postSignupRedirect props must be replaced with onLogin and onSignup. Example:
This way we can get rid of the
interactionId
stuff that are only relevant to ActivityPods, and have something that is more flexible and that looks like React-Admin.Breaking changes :warning:
The
postLoginRedirect
andpostSignupRedirect
props must be replaced withonLogin
andonSignup
. Example: