-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
feat!(remix-react,remix-server-runtime): remove deprecated properties from HtmlLinkDescriptor
, LinkDescriptor
& PrefetchPageDescriptor
types
#5705
Conversation
🦋 Changeset detectedLatest commit: d4269e0 The changes in this PR will be included in the next version bump. This PR includes changesets to release 18 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 |
b68b69e
to
6b3bda6
Compare
82ad614
to
f4bb542
Compare
Hey @MichaelDeBoey, I think we should actually keep these in place for now. We have no plans to drop support for React 17, and I don't want the console yelling at folks who are following older type defs. Gonna go ahead and close this for now! |
@chaance This is not dropping React 17 support, it is only dropping the possible use of these props. I still made sure that React 17 is supported, so I think we should re-open this PR remix/packages/remix-react/components.tsx Lines 379 to 384 in f4bb542
remix/packages/remix-react/components.tsx Lines 400 to 401 in f4bb542
|
f4bb542
to
f2ef5a8
Compare
I added some filters for |
f2ef5a8
to
4aabfed
Compare
@brophdawg11 The extra changes you mentioned are now removed as well in this PR |
4aabfed
to
9c01f4e
Compare
Oops - looks like a few integration tests are busted
9c01f4e
to
9c3536b
Compare
9c3536b
to
b2bc277
Compare
b2bc277
to
5fb82d9
Compare
@MichaelDeBoey Do you mind checking out the failed integration tests? Maybe they're using the syntax we're dropping support for in v2? Once those are fixed up I think we can get this merged 👍 |
…sizes` properties from `HtmlLinkDescriptor`, `LinkDescriptor` & `PrefetchPageDescriptor` types
5fb82d9
to
d4269e0
Compare
@brophdawg11 It was my own mistake, I used Tests should pass now 👍 |
…escriptor` & `PrefetchPageDescriptor` types (#5705)
No description provided.