Warning: Invalid attribute name: `⚡`
Closed this issue · 2 comments
nahushf commented
On adding react-amphtml to a nextjs project, everything seems to run fine but the following warning keeps getting thrown:
Warning: Invalid attribute name:
⚡`` .
What am I doing wrong?
I have reproduced the issue in the https://github.com/nahushf/next-amp-error repository.
react-amphtml has been configured in the _document.js file
Operating system:
Windows 10(Windows subsystem for linux)
Node JS version:
v8.12.0
jlarmstrongiv commented
This sounds similar to #29 The workaround there should fix it
nahushf commented
@jlarmstrongiv Yes, that fixed it. Closing.