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
Al reducir el tamaño de la ventana y que nos aparezca el boton del collapse, del navbar nos daba este error.
Can't convert object to primitive value(zone-evergreen:171).
Uncaught Type Error: Cannot convert object to primitive value(zone-evergreen.js:171 ) at RegExp.test () at HTMLDivElement. (bootstrap.bundle.min.js:6) at Function.each (jquery.min.js:2) at S.fn.init.each (jquery.min.js:2)
_at S.fn.init.a.jQueryInterface [as collapse] (bootstrap.bundle.min.js:6) at HTMLDivElement. (bootstrap.bundle.min.js:6) at Function.each (jquery.min.js:2) at S.fn.init.each (jquery.min.js:2) at HTMLButtonElement. (bootstrap.bundle.min.js:6) at HTMLDocument.dispatch (jquery.min.js:2)
Solución:
Cambiamos la version de jQuery de 3.5.0 a 3.5.1
npm install
Y funcionó
The text was updated successfully, but these errors were encountered:
Al reducir el tamaño de la ventana y que nos aparezca el boton del collapse, del navbar nos daba este error.
Can't convert object to primitive value(zone-evergreen:171).
Uncaught Type Error: Cannot convert object to primitive value(zone-evergreen.js:171 )
at RegExp.test ()
at HTMLDivElement. (bootstrap.bundle.min.js:6)
at Function.each (jquery.min.js:2)
at S.fn.init.each (jquery.min.js:2)
_at S.fn.init.a.jQueryInterface [as collapse] (bootstrap.bundle.min.js:6)
at HTMLDivElement. (bootstrap.bundle.min.js:6)
at Function.each (jquery.min.js:2)
at S.fn.init.each (jquery.min.js:2)
at HTMLButtonElement. (bootstrap.bundle.min.js:6)
at HTMLDocument.dispatch (jquery.min.js:2)
Solución:
Y funcionó
The text was updated successfully, but these errors were encountered: