Brendan
Brendan
cli fix
Fixes course compile on windows without wsl. Resolves issue: https://github.com/ReactTraining/react-workshop/issues/33 ### Testing considerations - was tested using powershell, same environment as described in linked issue - was not tested on...
# Bug On Windows `npm start` from cmd or powershell will only compile the full app (ie: either YesterTech or ProjectPlanner) to localhost:3000. ## Expected result: It compiles the chosen...
The steps in the popup were confusing to some people I had test. The message sounds as straightforward as possible but, it is confusing for people who don't know what...
Would like to make a minor feature request for a .remove() function similar to .show(). Had a situation where popup would stay up on the screen and was set to...
Minor feature request that would be nice to have is an onError() event handler that can let you handle errors. These would be upon same times that error messages are...
Run `npm ci` or `npm install` # Before (the change) Could not use react 19 in a project when importing @abgov/react-components without a peer dependency conflict. # After (the change)...
# Before (the change) When modal opened it scrolls down to the first focusable element inside the dialog (_play with sound on_): # After (the change) When modal opens it...
There are two problems with expanding dropdown or date picker inside modal. Problem 1: When inside a modal and expanding a dropdown or date picker, if the modal did not...
Some component demos/examples needed to be moved outside of Sandbox component. The problem should be fixed and Sandbox used. ## Acceptance Criteria - React code snippet for each demo/example is...
# Before (the change) # After (the change) ## Make sure that you've checked the boxes below before you submit the PR - [ ] I have read and followed...