Relative Content

Tag Archive for javascriptreactjsnextjs14

Maximum call stack size exceeded Next 14

I have a server component where I fetch some categories after which I pass those categories to a client component to map through. But I get “Maximum call stack size exceeded” error.
here is the code.