I noticed this when looking at the View component's prop documentation:
The options include inline code comments, which makes it really hard to read.
Here's a link to the page in the documentation: https://instructure.design/View
Here's the source code for where those comments are coming from:
|
// these are global CSS values |
I haven't found any other components with this issue but it wouldn't surprise me if there were others.
I noticed this when looking at the View component's prop documentation:
The options include inline code comments, which makes it really hard to read.
Here's a link to the page in the documentation: https://instructure.design/View
Here's the source code for where those comments are coming from:
instructure-ui/packages/ui-view/src/View/v2/props.ts
Line 76 in ef6b3d1
I haven't found any other components with this issue but it wouldn't surprise me if there were others.