fkhadra / react-toastify

React notification made easy 🚀 !
https://fkhadra.github.io/react-toastify/introduction
MIT License
12.33k stars 676 forks source link

Duplicate declaration encountered during compilation #1013

Closed yunstv closed 8 months ago

yunstv commented 8 months ago

In the compiled dist file, there is a duplicate declaration of 'use strict'.

image

I think it should be a bug caused by prepend-use-client.sh in the source file. image

fkhadra commented 8 months ago

No sure to understand what the issue is. use client is added to each output file.

yunstv commented 8 months ago

No sure to understand what the issue is. use client is added to each output file.

Oh, my mistake, I thought there was duplicate code. I'm sorry for the interruption.