Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

[Bug]: #60

Open
brooke007 opened this issue Apr 11, 2024 · 0 comments
Open

[Bug]: #60

brooke007 opened this issue Apr 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@brooke007
Copy link

Describe the bug:
In https://www.soldev.app/course/interact-with-wallets 3. Wrap the app in context providers has a code snippet looks like

import { FC, ReactNode } from "react";

const WalletContextProvider: FC<{ children: ReactNode }> = ({ children }) => {
  return (

  ));
};

export default WalletContextProvider;

in the six line , there are two brackets

Steps to reproduce the behavior:

Expected behavior:
just need one bracket

Screenshots:

Additional context:

@brooke007 brooke007 added the bug Something isn't working label Apr 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant