are there any better logs for nextJS that are in English

just spent 30min playing around with this and trying to work out the problem all I did was copy and paste a table from Nextui and spent 30min breaking down and checking my code one section at a time to try to work out the erra Error: Functions are not valid as a child of Client Components. This may happen if you return children instead of <children /> from render. Or maybe you meant to call this function rather than return it. <... columns={[...]} children={function children}> and all it wanted was "use client" at the top of my component