Fulgurus / candy-machine-v2-responsive-ui

Solana Candy Machine V2 with a Prod-ready and easy to customize responsive UI.
Apache License 2.0
174 stars 265 forks source link

Countdown #12

Closed adamhfox closed 2 years ago

adamhfox commented 2 years ago

When running through the initial commands

git clone 
yarn install
update .env
yarn install

I run into an error with the Countdown Timer

'Countdown' cannot be used as a JSX component.
  Its instance type 'Countdown' is not a valid JSX element.
    The types returned by 'render()' are incompatible between these types.
      Type 'React.ReactNode' is not assignable to type 'import("/Users/admin/Documents/candy-machine-v2-responsive-ui/node_modules/@types/react-transition-group/node_modules/@types/react/index").ReactNode'.
        Type '{}' is not assignable to type 'ReactNode'.  TS2786
Fulgurus commented 2 years ago

@adamhfox Could you please try again with the latest master branch commit ? It should fix your issue