Open AWIXOR-zz opened 2 years ago
@AWIXOR html is standart html. In html standard "link" tag is absolutely different from Nextjs. It will not work in the way you want it to work.
Thank you, Andrew
@andrewtelnov Is there any other way to make SPA links work in my case?
The html
question content supports the plain HTML tags only
Are you requesting a feature, reporting a bug, or asking a question?
Reporting a bug
What is the current behavior?
I am trying to add a custom button to my survey by doing like this:
I am using the
nextjs
Link, when the survey is rendered it looks like this:The closing tag for
link
is not there?What is the expected behavior?
Since the close tag for the
link
is not there the route doesn't work!Specify your
Chrome
96.0.4664.110
Nextjs
^1.8.21