Closed nelsonprsousa closed 9 months ago
Open the branch in Web Editor • VS Code • Insiders
Open Preview
Hey @nelsonprsousa , thanks! But if you want to hide the warning for runtimeAssets
you should apply it to these lines and dynamics
array: https://github.com/robisim74/qwik-speak/blob/main/packages/qwik-speak/tools/inline/plugin.ts#L236-L237
Maybe we can hide both of them when they are empty, both missingValues
and dynamics
?
Hey @nelsonprsousa , thanks! But if you want to hide the warning for
runtimeAssets
you should apply it to these lines anddynamics
array: https://github.com/robisim74/qwik-speak/blob/main/packages/qwik-speak/tools/inline/plugin.ts#L236-L237Maybe we can hide both of them when they are empty, both
missingValues
anddynamics
?
That's true, my bad!
Gonna change the message for both arrays 👍
To avoid printing
"Make sure the keys are in 'runtimeAssets':
when there are no missing values.Before:
After: