the routing=virtual
in <SignIn />
component removed is A BREAKING CHANGE which casue our app build failed
#5055
Labels
needs-triage
A ticket that needs to be triaged by a team member
Preliminary Checks
I have reviewed the documentation: https://clerk.com/docs
I have searched for existing issues: https://github.com/clerk/javascript/issues
I have not already reached out to Clerk support via email or Discord (if you have, no need to open an issue here)
This issue is not a question, general help request, or anything other than a bug report directly related to Clerk. Please ask questions in our Discord community: https://clerk.com/discord.
Reproduction
code below:
Publishable key
none
Description
I notice #4977 this pr remove the
virtual
props, which cause our product build failed.I really don't the
routing=virtual
props is an internal value, you have just write it on the document but just remove it within a patch version. It's horrible.Here is our usage with this
routing=virtual
, if you just remove this props, how can we achieve the same feature without it?please consider to turn back this props, or remove it in the next Major version and give out a migration guide.
Steps to reproduce:
Expected behavior:
not build error
Actual behavior:
cause an error of ts error:
Environment
The text was updated successfully, but these errors were encountered: