www/gatsby-node.js (3 lines): - line 39: // TODO: Use a front-matter variable to opt out creating pages from .md instead eg "meta: true" - line 40: // TODO: And use filter in the above query - line 167: label: crumb.replace(/-/g, ' '), // TODO: use the actual title of the node if available components/RuiAlert/RuiAlert.stories.tsx (1 line): - line 87: // TODO: find a way to make `dismissible` an optional prop. Lit-element does not see `dismissible={false}` as a false value but as a true value as it ignores the `={false}` part components/RuiButton/src/RuiButton.css.ts (1 line): - line 278: /* TODO: Need to examine these and adapters/react/RuiExpandCollapseReact/src/RuiExpandCollapse.tsx (1 line): - line 82: * NB: FIXME when https://github.com/facebook/react/issues/15830 resolved www/gatsby-browser.js (1 line): - line 7: //FIXME: This is breaking on gatsby build job system/RuiCore/css/typography.css (1 line): - line 298: /** TODO: Alternative text styles components/RuiScrollTo/src/index.ts (1 line): - line 11: //FIXME: We should ask consumers to install this incase they are already using it (avoids it being included twice in the build) www/src/components/Search/Search.tsx (1 line): - line 7: //TODO: Figure out how to give type to "this.index" from constructor.