react-awesome-reveal
react-awesome-reveal copied to clipboard
Backtick string memory error
<Fade>
{`a string`}
</Fade>
When attempting to render the following. I got a stalled render which eventually logged a JS stacktrace "FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory".
Workaround is to use a double quotes but back ticks should be supported