Open realsbd opened 2 years ago
I currently have the exact same issue, could it be a problem with the library "react-countdown"?
Same, facing the same issue, even came check if needed to update my metaplex version since it was a couple months old, but still the same....
Same issue for me
i keep getting this issue as well
I am also facing same issue
also facing the same issue
I was able to fix this by updating @types/react to version 18
yarn add @types/react@18.0.0
But then my ConnectButton broke, and I was able to fix that by doing
const ConnectButton:React.FC<ButtonProps> = styled(WalletMultiButton)
I was able to fix this by updating @types/react to version 18
yarn add @types/react@18.0.0
But then my ConnectButton broke, and I was able to fix that by doingconst ConnectButton:React.FC<ButtonProps> = styled(WalletMultiButton)
Could you have a solution for a mint button that disappears when one connects their wallet?
Which package is this bug report for?
candy machine ui
Issue description
Am running a new metaplex folder and I get this error when i run
yarn start
`index.js:1 C:/Users/Test/Desktop/crypto_job/candy-machine-ui/src/MintCountdown.tsx TypeScript error in C:/Users/Test/Desktop/crypto_job/candy-machine-ui/src/MintCountdown.tsx(108,8): '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("C:/Users/Test/Desktop/crypto_job/candy-machine-ui/node_modules/@types/styled-components/node_modules/@types/react/index").ReactNode'. Type '{}' is not assignable to type 'ReactNode'. Type '{}' is missing the following properties from type 'ReactPortal': key, children, type, props TS2786
I have searched everywhere for solution but couldn't find. the mint page is not even loading.
Command
Relevant log output
No response
Operating system
Windows 10
Priority this issue should have
High (immediate attention needed)
Check the Docs First