Open amd-pscannell opened 2 years ago
html.A('google', href='google.com', target="_blank")
Works as intended in version 1.6.4 Breaks in any updated versions.
target="_self" does work
@amd-pscannell is there any output in the browser console? And can you also inspect the page (dynamically) to see what is actually in the DOM?
html.A('google', href='google.com', target="_blank")
Works as intended in version 1.6.4 Breaks in any updated versions.
target="_self" does work