aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build/inject/react.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/inject/react.mjs b/scripts/build/inject/react.mjs
index 1343b5f..591a25b 100644
--- a/scripts/build/inject/react.mjs
+++ b/scripts/build/inject/react.mjs
@@ -16,6 +16,6 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
-export const VencordFragment = Symbol.for("react.fragment");
+export const VencordFragment = /* #__PURE__*/ Symbol.for("react.fragment");
export let VencordCreateElement =
(...args) => (VencordCreateElement = Vencord.Webpack.Common.React.createElement)(...args);