This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Description
One set of Quotation marks coming extra on html, when i am using in react, see the below code
{require('!svg-inline-loader!./../../../../images/icons/added_to_list.svg')} and output is

because of extra quotations react treating as text, when i remove the extra quotations it's working fine, please help me to sort it out,
Thanks in advance.