Skip to content
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

chore: add warning message to react-metamask-button example dapp #924

Merged
merged 2 commits into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/examples/react-metamask-button/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This is example dapp is currently flagged as a work in progress due to a recently found bug. Please be advised.


# Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
Expand Down
4 changes: 4 additions & 0 deletions packages/examples/react-metamask-button/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ function AppReady() {
return (
<div className="App">
<header className="App-header">
<span>
<p>This is example dapp is currently flagged as a work in progress due to a recently found bug. Please be advised.
christopherferreira9 marked this conversation as resolved.
Show resolved Hide resolved
</p>
</span>
<MetaMaskButton theme={'light'} color="white"></MetaMaskButton>
{isConnected && (
<>
Expand Down
Loading