Reactjs – error in react child by udsing array in map function
i am trying to start coding a calculator in react by nextjs and tailwind, but in first step i got a problem . this is main page code: import Screen from './component/Screen' import Wrapper from './component/wrapper' import ButtonBox from './component/buttonBox'…