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
The router-controller.js file defines how the routing should happen.
At the line 204 we trigger the Router with Router.go({pathname: path, search}) causing the load of the same web component twice.
In order to identify it, just write a console.log message to QwcConfiguration constructor (or any other which is load by the router) and see that it wrongly fires twice.
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of uname -a or ver
No response
Output of java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of mvnw --version or gradlew --version)
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
The
router-controller.js
file defines how the routing should happen.At the line 204 we trigger the Router with
Router.go({pathname: path, search})
causing the load of the same web component twice.In order to identify it, just write a console.log message to
QwcConfiguration
constructor (or any other which is load by the router) and see that it wrongly fires twice.Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: