libs/core/src/lib/renderer/renderer.ts (3 lines): - line 260: // TODO: This may only support a single class name, but might work if property name is a single - line 271: // TODO: This may not work correctly to remove a single name from a comma-delimited list. - line 311: // TODO: NEEDS WORK: Implement prevent default callback behavior. libs/core/src/lib/renderer/react-template.ts (2 lines): - line 92: // TODO: This needs some better solution to listen to changes to the binding sources of the template. - line 109: // TODO: See if we can just render React.Fragment and the children within it, having no extra DOM nodes. libs/core/src/lib/renderer/react-content.ts (1 line): - line 72: // TODO: See if we can just render React.Fragment and the children within it, having no extra DOM nodes.