Private
Public Access
1
0

fix: dev: the react is crashing on some cases #5

This commit is contained in:
2026-04-18 17:53:02 +02:00
parent ef4cf6ef69
commit c00ed57240
4 changed files with 4 additions and 4 deletions

View File

@@ -154,5 +154,5 @@
{% block javascripts %}
{{ parent() }}
{{ vite_entry_script_tags('profile') }}
{{ vite_entry_script_tags('profile', { dependency: 'react' }) }}
{% endblock %}