-
Notifications
You must be signed in to change notification settings - Fork 139
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
Migrate to a fully-updated fork of react-devtools-inline
with our own customizations
#9731
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
New dependencies detected. Learn more about Socket for GitHub ↗︎
|
6b7f506
to
a125140
Compare
Holy smoke Socket how did you just now detect those packages that have been there for months? |
a125140
to
3dae91e
Compare
react-devtools-inline
react-devtools-inline
with our own customizations
import { createElement } from "react"; | ||
import type { Store } from "react-devtools-inline"; |
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.
We could add an entry to the no-restricted-imports
rule for "react-devtools-inline"
but I guess it's probably not necessary
This PR:
Initially tries updatingreact-devtools-inline
from4.24.7
to4.28.0
Last time I tried this locally, all of the colors disappeared from the component tree, but this time it seemed to work.
If the PR build works okay, then I'm going to take a stab at creating a fork of this and applying the same changes we have in the Yarn patch right now (which will also accomplish FE-1890).Looks good on all accounts!
[email protected]
worked okayreact-devtools-inline
and republished as@replayio/react-devtools-inline
(changes here: Modifyreact-devtools-inline
for Replay integration react#7 )