Questions tagged [react-18]

153 questions
-1
votes
2 answers

Getting an error when trying to install react using npx create-react-app

Getting an error when trying to install react using npx create-react-app.. Please help. node version = v16.13.2 npm version = 8.6.0
-1
votes
1 answer

Why does react 18 warn using createRoot inside the container?

I'm using React 18 and nextjs and I made a kind of render function like this export const showAlert = (props: AlertProps) => { const container = document.getElementById('alert') // it will catch
inside _document.tsx if…
Lee Jongseo
  • 223
  • 3
  • 8
-3
votes
1 answer

Is stripe or paystack incompatible with react18

l'm trying to build an Amazon clone, is paystack or stripe incompatible with react 18, it doesn't seem to work
1 2 3
10
11