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
I'm trying to use react-web-component with Create React App to test some stuff, but I'm getting stuck right in the beggining. Am I doing something wrong?
<htmllang="en"><head><metacharset="utf-8"><linkrel="icon" href="/favicon.ico"><metaname="viewport" content="width=device-width, initial-scale=1"><metaname="theme-color" content="#000000"><metaname="description" content="Web site created using create-react-app"><linkrel="apple-touch-icon" href="/logo192.png"><!-- manifest.json provides metadata used when your web app is installed on a user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ --><linkrel="manifest" href="/manifest.json"><!-- Notice the use of in the tags above. It will be replaced with the URL of the `public` folder during the build. Only files inside the `public` folder can be referenced from the HTML. Unlike "/favicon.ico" or "favicon.ico", "/favicon.ico" will work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --><title>React App</title></head><body><noscript>You need to enable JavaScript to run this app.</noscript><divid="root"></div><my-component></my-component><!-- Added by me afterwards directly on the browser --><scriptsrc="/static/js/bundle.js"></script><scriptsrc="/static/js/0.chunk.js"></script><scriptsrc="/static/js/main.chunk.js"></script></body></html>
Then I get the following error on the browser console
Thanks for your help
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to use react-web-component with Create React App to test some stuff, but I'm getting stuck right in the beggining. Am I doing something wrong?
Here is the generated HTML
Then I get the following error on the browser console
Thanks for your help
The text was updated successfully, but these errors were encountered: