static router outputting a <script>
tag with a path of /undefined
(when an SSR route is present?)
#1051
Labels
Milestone
Type of Change
Bug
Summary
Noticed that although the specs are passing, the generated output from the test produces a
<script>
and<link>
preload tag withsrc
andhref
respectively with a value of/undefined
.Details
I notice in the test case build.config.static-router.spec.js that it also contains an SSR route, so that is what could be accounting for this errant
<script>
tag?Would be good to make sure fix this and adjust the specs accordingly. My guess is to start in the bundle lifecycle and see what resource are being tracked.
The text was updated successfully, but these errors were encountered: