guitar-strings-123 / capstone-project

0 stars 1 forks source link

fix nomodule error #234

Closed bryceAM closed 1 year ago

bryceAM commented 1 year ago

nomodule is an HTML attribute that tells the browser not to treat a script like a JavaScript module. When used in React it needs to observe the rules of camel case and be written as "noModule". This is why we're getting the error.