Andrew Duthie
Andrew Duthie
`react-click-outside`'s use of `findDOMNode` triggers a warning when used with `React.StrictMode`. https://reactjs.org/docs/strict-mode.html >Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of PopoverDetectOutside which is inside StrictMode. Instead,...
**Why**: - Consistency between application and email typography - Avoid ad-hoc overrides in specific email templates (see included IPP template simplifications) - Reduce confusion on "lead" paragraph styling (TIL the...
**Why**: Since apparently table cell background colors are made transparent in default printing behavior, whereas cell border coloring is not. **Testing instructions:** 1. Go to http://localhost:3000 2. Sign in 3....
**Why**: So that it creates contrast to be legible on screens which apply default dark mode background color. Preview: http://localhost:3000/rails/mailers/user_mailer/in_person_ready_to_verify **Screenshot:** (TBD -- Testing with real emails in sandbox environment)
**Why**: Because it should occur as a separate migration from the introduction of the relationship, as a follow-up task to https://github.com/18F/identity-idp/pull/6707#discussion_r940644111 (see https://github.com/ankane/strong_migrations#good-9).
**Why**: So that a user can learn more about how to complete the in-person proofing process. Related: https://github.com/18F/identity-site/pull/920 **Screenshots:** Screen|Before|After ---|---|--- Prepare|| Address|| Ready to Verify|| Ready to Verify Email||
Having used `compressed-size-action` for some time in the [WordPress/gutenberg](https://github.com/WordPress/gutenberg) project, I've come to the realization that more-often-than-not, I subconsciously ignore the bot's comments. This got me to thinking: What do...
## Description When I visit the documentation for a component, it would be useful to know which version of USWDS added the component, so that I can assess the feasibility...
**[type]**: Bug report ## What The `URL` polyfill constructor should throw an error if passed an invalid URL. ```js new URL( 'invalid' ); // Expected: Uncaught TypeError: Failed to construct...
This pull request seeks to change the behavior of passing a markup string, setting as the base for sourcing the root node of the markup string passed. This improves consistency...