-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docs] Migrate docs' badge page to hooks #15109
[docs] Migrate docs' badge page to hooks #15109
Conversation
No bundle size changes comparing 264c64d...241e1cf |
Interesting. After running How can I debug the Argos error? |
@apanizo It’s a know problem and is being looked at 😅 I’ve accepted the “difference”. Thanks for your hard work! |
@joshwooding Thanks for getting back to me. I am really interested in integrating argos in my company's projects, so, if you can share some details about how to debug or approach to solve this issue (or how I can help?!?), they would be much appreciated. Thanks!! |
@apanizo Thank you for working on this :). It's definitely a win: |
Regarding the visual regression issue. It's a flakiness issue. It has started after with the componentDidMount -> React.useEffect migration of the component. The APIs are not strictly equivalent. Our visual screenshot generation tool should probably wait for the end of the side effects. |
@apanizo Thank you |
Description
This PR migrates the doc's badge page to hooks. Relates to #15032.