CTA v7.26.0 is giving "fetch is not a function" error
I have a boilerplate create t3 app@latest and installed 1 package the monday-sdk-js package.
It works fine with cta@7.22.0 (nextjs 13) but is throwing an error on cta@7.26.0 (next14). Next13 has to have the experimental server action flag and next14 does not. Same code on both boilerplates but on next14 I am now getting error:
Any idea why this is happening?
It works fine with cta@7.22.0 (nextjs 13) but is throwing an error on cta@7.26.0 (next14). Next13 has to have the experimental server action flag and next14 does not. Same code on both boilerplates but on next14 I am now getting error:
Any idea why this is happening?