You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If you determine this to be a "bug" or not, is up to you, but I just spent 2 hours trying to get this library to work on my site and used various online tools like Codepen and Codesandbox to see if it was some issue with the versioning of the library. It turned out that I simply had forgot to add the <!DOCTYPE html> at the top of my HTML document.
I don't really mind if this is required or not, there might be a reason. However, it would be very helpful if you at least outline this in the documentation. I know the doctype is standard, however it's very easy to forget. :)
To Reproduce
Simply set up a basic HTML website and try using the library, and omit the <!DOCTYPE html> at the top of the page.
The text was updated successfully, but these errors were encountered:
Describe the bug
If you determine this to be a "bug" or not, is up to you, but I just spent 2 hours trying to get this library to work on my site and used various online tools like Codepen and Codesandbox to see if it was some issue with the versioning of the library. It turned out that I simply had forgot to add the
<!DOCTYPE html>
at the top of my HTML document.I don't really mind if this is required or not, there might be a reason. However, it would be very helpful if you at least outline this in the documentation. I know the doctype is standard, however it's very easy to forget. :)
To Reproduce
Simply set up a basic HTML website and try using the library, and omit the
<!DOCTYPE html>
at the top of the page.The text was updated successfully, but these errors were encountered: