-
Notifications
You must be signed in to change notification settings - Fork 0
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
Export RDT Store #13
Export RDT Store #13
Conversation
@@ -0,0 +1,3 @@ | |||
/** @flow */ | |||
|
|||
export {default as Store} from 'react-devtools-shared/src/devtools/store'; |
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.
Let's stick with named exports for this file. We may want to add other things?
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.
Good point. Pushed the changes.
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.
Did you mean to export printStore
or is the description outdated?
This looks fine. We should land it, then update your other PR.
The title and description were outdated. We don't need to export |
Okay. I think this looks fine then. Need someone (@markerikson ) to publish to NPM as I don't have permissions |
This pull request has been automatically marked as stale. If this pull request is still relevant, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize reviewing it yet. Your contribution is very much appreciated. |
Draft PR for visibility. Exports RDT
Store
class from@replayio/react-devtools-inline
through areplay
entrypoint