-
-
Notifications
You must be signed in to change notification settings - Fork 10.6k
refactor(react-router): replace substr
with substring
#12080
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: cf98cde The changes in this PR will be included in the next version bump. This PR includes changesets to release 10 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
substr
string method with substring
in history packagesubstr
with substring
@brophdawg11 can you please review and merge this PR? |
@bilalk711 Could you clean up this PR so it's just your commits? I'm seeing a bunch of unrelated commits in here. Could you also add a changeset per #12080 (comment)? |
9d7a1ba
to
0fd6bc9
Compare
0fd6bc9
to
e913761
Compare
50e8831
to
e913761
Compare
I removed the irrelevant commits and added a changeset. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Just FYI this is going into |
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
Issue
In the
history
package, JSsubstr
method was used that is deprecated now.Solution
I replaced that method with
substring
and the functionality is not affected. It is just a minor refactor.Supersedes #12077