-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Open
Labels
🍰 p2-nice-to-havePriority 2: this is not breaking anything but nice to have it addressed.Priority 2: this is not breaking anything but nice to have it addressed.🐞 bugSomething isn't workingSomething isn't workinghas PRA pull request has already been submitted to solve the issueA pull request has already been submitted to solve the issue
Description
Version
3.2.6
Steps to reproduce
<template>
<div :title="undefined" :class="undefined" :style="undefined">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Dolore molestiae quod voluptas
reprehenderit possimus nihil eligendi iure et esse aut, iste natus porro enim rerum cumque
veniam quae! Quam, voluptatum.
</div>
</template>
What is expected?
None of title
, class
, style
should be rendered.
What is actually happening?
class
is rendered, the same thing applies to null
.
Additional info
This was fixed in v3.1.5 but is reproducible when using the latest commit.
EdieLemoine, rawstream, michaelscraft, oerol, sensologica and 2 more
Metadata
Metadata
Assignees
Labels
🍰 p2-nice-to-havePriority 2: this is not breaking anything but nice to have it addressed.Priority 2: this is not breaking anything but nice to have it addressed.🐞 bugSomething isn't workingSomething isn't workinghas PRA pull request has already been submitted to solve the issueA pull request has already been submitted to solve the issue