-
Notifications
You must be signed in to change notification settings - Fork 185
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
fix(AspectRatio): children prop passing #5864
Conversation
After fd49482 we stop passing children to the component.
size-limit report 📦
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit e21d1f8:
|
e2e tests |
👀 Docs deployed
Commit e21d1f8 |
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #5864 +/- ##
=======================================
Coverage 81.18% 81.18%
=======================================
Files 299 299
Lines 9189 9189
Branches 3120 3120
=======================================
Hits 7460 7460
Misses 1729 1729
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
After fd49482 we stop passing children to the component.
After fd49482 we stop passing children to the component.
Описание
После fd49482 мы перестали передавать
children
вRootComponent
.Проверил все изменения из того коммита - это единственное место.
В результате чего на странице AspectRatio начиная с версии 5.8.0 мы не видим картинок.
![Снимок экрана 2023-09-25 в 11 58 04](https://private-user-images.githubusercontent.com/5443359/270285985-bbbd7d11-0c09-4f18-9039-5b2a72638881.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMDgzMTgsIm5iZiI6MTczOTIwODAxOCwicGF0aCI6Ii81NDQzMzU5LzI3MDI4NTk4NS1iYmJkN2QxMS0wYzA5LTRmMTgtOTAzOS01YjJhNzI2Mzg4ODEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTBUMTcyMDE4WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZmJiMzllNDhhNjM4YjlmMDE0ZjU4MjYzZDU0NmMxYTgzNDBjYjRlMTAzYjIzMGEyZjM4MDMwOGIzNWRlMDc3MSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.h79sbqe6fQAQsIfbSVOZN8q_B0mi91d-7mucd7x9Pug)