Closed bryceAM closed 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.
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.