Skip to content
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

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

mendrew
Copy link
Contributor

@mendrew mendrew commented Sep 25, 2023

Описание

После fd49482 мы перестали передавать children в RootComponent.
Проверил все изменения из того коммита - это единственное место.

В результате чего на странице AspectRatio начиная с версии 5.8.0 мы не видим картинок.
Снимок экрана 2023-09-25 в 11 58 04

After fd49482 we stop passing children
to the component.
@mendrew mendrew added patch Автоматизация: PR продублируется в ветку последнего минорного релиза для выпуска патча v5 Автоматизация: PR продублируется в ветку v5 labels Sep 25, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Sep 25, 2023

size-limit report 📦

Path Size
JS 317.14 KB (-0.01% 🔽)
JS (gzip) 96.78 KB (-0.01% 🔽)
JS (brotli) 80.1 KB (+0.04% 🔺)
JS import Div (tree shaking) 2.95 KB (0%)
CSS 276.35 KB (0%)
CSS (gzip) 36.07 KB (0%)
CSS (brotli) 28.59 KB (0%)

@codesandbox-ci
Copy link

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:

Sandbox Source
VKUI TypeScript Configuration

@mendrew mendrew marked this pull request as ready for review September 25, 2023 09:03
@mendrew mendrew requested a review from a team as a code owner September 25, 2023 09:03
@github-actions
Copy link
Contributor

e2e tests

Playwright Report

@github-actions
Copy link
Contributor

👀 Docs deployed

Commit e21d1f8

@codecov
Copy link

codecov bot commented Sep 25, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (aaab8ee) 81.18% compared to head (e21d1f8) 81.18%.
Report is 1 commits behind head on master.

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           
Flag Coverage Δ
unittests 81.18% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
...es/vkui/src/components/AspectRatio/AspectRatio.tsx 100.00% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mendrew mendrew self-assigned this Sep 25, 2023
@mendrew mendrew merged commit 958d23f into master Sep 25, 2023
@mendrew mendrew deleted the mendrew/fix/AspectRatio/pass-children branch September 25, 2023 13:00
vkcom-publisher pushed a commit that referenced this pull request Sep 25, 2023
After fd49482 we stop passing children
to the component.
vkcom-publisher pushed a commit that referenced this pull request Sep 25, 2023
After fd49482 we stop passing children
to the component.
@SevereCloud SevereCloud mentioned this pull request Sep 27, 2023
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Автоматизация: PR продублируется в ветку последнего минорного релиза для выпуска патча v5 Автоматизация: PR продублируется в ветку v5
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants