-
-
Notifications
You must be signed in to change notification settings - Fork 223
Closed
Labels
FixedFixed in master branch. Pending production release.Fixed in master branch. Pending production release.bugSomething isn't workingSomething isn't working
Description
Describe the bug
The height prop in below code displays the wrong documentation on hover.
Because it is in a single export statement.
/**
* Size of the Icon
* @type {''|'small'|'medium'|'large'}
*/
export let size = "";
/**
* Color of the Icon
* @type {'red'|'green'|'blue'|'yellow'}
*/
export let color = "",
/**
* Height of the Icon
* @type {'tall' | 'short'}
*/
height = "";Expected behavior
On hover, height should show docs from the docblock above it.
Instead, it shows docs from the color docblock
Screenshots
Correct behaviour:
Incorrect behaviour:
Metadata
Metadata
Assignees
Labels
FixedFixed in master branch. Pending production release.Fixed in master branch. Pending production release.bugSomething isn't workingSomething isn't working


