Closed devtvd closed 1 year ago
What component (if applicable)
Describe the bug There seem to be a condition attribute, which looks like was added by mistake:
condition
<template v-else-if="step.status === 'current'" condition="step.status === 'current'">
Screenshots
Hey!
Thanks for flagging this. This should be updated on Tailwind UI itself. You can safely drop the condition from the <template>.
<template>
Thanks!
What component (if applicable)
Describe the bug There seem to be a
condition
attribute, which looks like was added by mistake:Screenshots