Skip to content

Conversation

@BelfordZ
Copy link
Contributor

Explanation

References

Changelog

@metamask/package-a

  • : Your change here
  • : Your change here

@metamask/package-b

  • : Your change here
  • : Your change here

Checklist

  • I've updated the test suite for new or updated code as appropriate
  • I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate
  • I've highlighted breaking changes using the "BREAKING" category above as appropriate

@BelfordZ BelfordZ requested a review from a team as a code owner July 28, 2023 21:38
@BelfordZ BelfordZ marked this pull request as draft July 28, 2023 21:38
onNetworkStateChange((networkState) => {
this.resetState();
// should be checking chainid, not networkId
const currentNetwork = networkState.networkId;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to remove

// should be checking chainid, not networkId
const currentNetwork = networkState.networkId;
if (
isKnownNetworkId(currentNetwork) &&
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to remove?

@BelfordZ
Copy link
Contributor Author

replaced by #1633

@BelfordZ BelfordZ closed this Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants