VKCOM / VKUI

VKUI – это набор React-компонентов, с помощью которых можно создавать интерфейсы, внешне неотличимые от наших iOS и Android приложений.
https://vkcom.github.io/VKUI/
MIT License
1.04k stars 185 forks source link

fix: add use client for createContext #7985

Closed SevereCloud closed 1 week ago

SevereCloud commented 1 week ago

Описание

Отсутствуют директивы "use client" в местах использования createContext

Изменения

Добавил директив. Требуется добавить их обработку в eslint-plugin-react-server-components

Release notes

Исправления

codesandbox-ci[bot] commented 1 week ago

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.

github-actions[bot] commented 1 week ago

size-limit report 📦

Path Size
JS 385.65 KB (0%)
JS (gzip) 116.97 KB (0%)
JS (brotli) 96.18 KB (0%)
JS import Div (tree shaking) 1.46 KB (0%)
CSS 334.8 KB (0%)
CSS (gzip) 42.35 KB (0%)
CSS (brotli) 33.43 KB (0%)
github-actions[bot] commented 1 week ago

e2e tests

Playwright Report

github-actions[bot] commented 1 week ago

👀 Docs deployed

Commit 83106e3b038251de094df95f3223fbc8b57a8a7b

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.36%. Comparing base (db19559) to head (83106e3). Report is 20 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #7985 +/- ## ======================================= Coverage 95.36% 95.36% ======================================= Files 380 380 Lines 11321 11321 Branches 3769 3769 ======================================= Hits 10796 10796 Misses 525 525 ``` | [Flag](https://app.codecov.io/gh/VKCOM/VKUI/pull/7985/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=VKCOM) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/VKCOM/VKUI/pull/7985/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=VKCOM) | `95.36% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=VKCOM#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.


🚨 Try these New Features:

vkcom-publisher commented 23 hours ago
v7.0.0 🎉