You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are breaking changes that impact in this project, precisely in line 166
if you replace the self-closing element <span class="ui-icon"/> by <span class="ui-icon"></span> it will work. This is a breaking changed added in jQuery 3.5.
There are breaking changes that impact in this project, precisely in line 166
if you replace the self-closing element
<span class="ui-icon"/>
by<span class="ui-icon"></span>
it will work. This is a breaking changed added in jQuery 3.5.https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/
The text was updated successfully, but these errors were encountered: