production jsx string not correct
See original GitHub issuein dev mode <Pricing2 />
prod mode: <i />
after build it remain only i
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:5
Top Results From Across the Web
React ${} string replacer doesn't work - Stack Overflow
I'm learning React using a textbook and the string replacer ... src="https://unpkg.com/react@16/umd/react.production.min.js"></script> ...
Read more >JSX In Depth - React
Props Default to “True” ... In general, we don't recommend not passing a value for a prop, because it can be confused with...
Read more >API - esbuild
This API call is used by the command-line interface if no input files are provided and the --bundle flag is not present. In...
Read more >JSX: The Confusing Parts - React Training
Notice that the value is not a string. There are no quote marks around it. In fact, this is not valid JavaScript at...
Read more >Handling text — strings in JavaScript - Learn web development
const string = "The revolution will not be televised."; console.log(string); ... const bigmouth = 'I've got no right to take my place…';
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks you It working now after displayName to component
Try using displayName for components or disable function name mangling in your minifier.