Description
This is a scheduled issue for tracking the release between Monday 21st and Friday 25th
Last week | Value |
---|---|
Issue | Release Tracking |
Conductor | broccolinisoup |
Release Pull Request | Link |
Integration tests | Link |
Timeline
Monday, August 21st
With the help of my team, we managed to identify the root cause of the issue. It is due to an invalid character in query selectors. Error log.
The reason behind is that we upgraded @react-aria/ssr (PR) and it uses the updated react useId hooks which includes :
in the generated ids. And these :
throws an error as invalid chars in query selector and apparently this was intentional (reference).
I used data attribute to select the query for now (see the commit) seems to be working and the integration PR turned to all green now 🎉
Tuesday, August 22nd
-
Reached out to the team who owns the file that throws invalid character in the query selector to let them know the issue and see how they would like to address the invalid char error. (slack reference)
-
Pushed an upgrade PR https://github.com/github/github/pull/285470
Wednesday, August 23rd
Thursday, August 24th
Friday, August 25th
Checklist
- Checks have passed on the integration Pull Request downstream
- Release tracking Pull Request has been merged
- Stable release available on npm
- Downstream repos have been updated to latest