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

[Bug]:  #60

@Red-T007

Description

@Red-T007

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions