Stéphane LaFlèche
Stéphane LaFlèche
React is complaining about the use of `componentWillMount`. ``` Warning: componentWillMount has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details. * Move code from componentWillMount to...
Added optional class to the "component" element.
- [ ] Forms that have instruction text at the top of the form should have that message replaced with the global error message. Make a component for this to...
~~- [ ] Remove incorrect "rel='next'" and "rel='prev'"~~ (It is ok to add next and prev on links: https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types) - [ ] Add label to pager - [ ] Add...