With NextJS I am doing server side rendering and am trying to take advantage of the sdk as the cdn script isn’t playing nice with my NextJS code. However i am getting a babel error with the node_module typeform code.
A more detailed description on stack overflow
I am getting the following in regards to the typeform sdk.
ReferenceError: regeneratorRuntime is not defined
Any tips on how to use typeform with nextjs