react-awesome-reveal icon indicating copy to clipboard operation
react-awesome-reveal copied to clipboard

Backtick string memory error

Open CodaBool opened this issue 4 years ago • 0 comments

<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

CodaBool avatar Dec 04 '21 23:12 CodaBool