Raana Tashakkori

Results 3 issues of Raana Tashakkori

I used ``nextjs-dynamic-routes`` in my router. all links is worked, but before refresh page , Shows me **not found**. `````` --pages | |- -index | --blogs | | | |--index...

react-pageflip has a problem with nextjs and getPageFlip does not work. https://stackoverflow.com/questions/68883595/typeerror-this2-flipbook-getpageflip-is-not-a-function

How can I fix this error? my example code: ```` const wrapper = document.createElement("div"); const myHTMLString = "Hello"; wrapper.insertAdjacentHTML("afterbegin",myHTMLString); //console.log(">>>",wrapper); html2canvas(wrapper,{useCORS: true}).then((canvas) => { wrapper.appendChild(canvas); console.log("canvas>>",wrapper.appendChild(canvas)); var base64encodedstring = canvas.toDataURL('image/jpeg',...