The LoopingRhombusesSpinner component is broken. There is a typo in the component on line 5, which currently reads :ikey="index" when it should be :key="index". This bug is preventing the loader from properly rendering when my Vue app is compiled and published. It still works fine locally when running the vue serve command using the vue cli.
The LoopingRhombusesSpinner component is broken. There is a typo in the component on line 5, which currently reads
:ikey="index"
when it should be:key="index"
. This bug is preventing the loader from properly rendering when my Vue app is compiled and published. It still works fine locally when running thevue serve
command using the vue cli.