You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2024. It is now read-only.
We are experiencing an issue with orphaned data streams when interacting with MetaMask, specifically the "publicConfig" stream. This issue is causing unexpected behavior in our extension's popup. The problem has been identified and logged in the MetaMask extension provider's repository under issue #13.
Observed Behavior
The following error is observed in the console when the popup attempts to communicate with MetaMask:
The extension should handle the MetaMask provider's streams without encountering orphaned data errors, ensuring a smooth and error-free interaction between the popup and MetaMask.
Steps to Reproduce
Open the extension popup.
Initiate any action that requires communication with MetaMask.
Observe the console for the aforementioned error.
Acceptance Criteria
Monitor the progress of the MetaMask issue #13 for updates and potential fixes.
Once a fix is released, verify that the issue is resolved by testing the same steps that previously resulted in the error.
Implement any necessary changes to our extension's codebase to adapt to the fix provided by MetaMask.
Ensure that all interactions with MetaMask in the popup are functioning correctly without any orphaned data stream errors.
Additional Notes
This issue is currently blocking certain features that rely on MetaMask interaction within the popup.
A temporary workaround may be necessary if the MetaMask fix is not released in a timely manner.
Please prioritize this ticket as it affects core functionality related to MetaMask integration. We need to keep a close eye on the MetaMask provider's updates to ensure our extension remains functional and provides a seamless user experience.
The text was updated successfully, but these errors were encountered:
Description
We are experiencing an issue with orphaned data streams when interacting with MetaMask, specifically the "publicConfig" stream. This issue is causing unexpected behavior in our extension's popup. The problem has been identified and logged in the MetaMask extension provider's repository under issue #13.
Observed Behavior
The following error is observed in the console when the popup attempts to communicate with MetaMask:
Expected Behavior
The extension should handle the MetaMask provider's streams without encountering orphaned data errors, ensuring a smooth and error-free interaction between the popup and MetaMask.
Steps to Reproduce
Acceptance Criteria
Additional Notes
Please prioritize this ticket as it affects core functionality related to MetaMask integration. We need to keep a close eye on the MetaMask provider's updates to ensure our extension remains functional and provides a seamless user experience.
The text was updated successfully, but these errors were encountered: