tailwindlabs / tailwindui-issues

A place to report bugs discovered in Tailwind UI.
236 stars 4 forks source link

Invalid `condition` attribute #1504

Closed devtvd closed 1 year ago

devtvd commented 1 year ago

What component (if applicable)

Describe the bug There seem to be a condition attribute, which looks like was added by mistake:

<template v-else-if="step.status === 'current'" condition="step.status === 'current'">

Screenshots Screenshot 2023-09-13 at 11 04 04

RobinMalfait commented 1 year ago

Hey!

Thanks for flagging this. This should be updated on Tailwind UI itself. You can safely drop the condition from the <template>.

Thanks!