Skip to content

[Fix] : Table 컴포넌트의 상위 context가 존재하지 않아도 useContext 에러가 발생하지 않도록 수정해요. #6

[Fix] : Table 컴포넌트의 상위 context가 존재하지 않아도 useContext 에러가 발생하지 않도록 수정해요.

[Fix] : Table 컴포넌트의 상위 context가 존재하지 않아도 useContext 에러가 발생하지 않도록 수정해요. #6

Workflow file for this run

name: bundling-size
on:
pull_request:
types: [opened, ready_for_review]
branches:
- main
jobs:
check-size:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install Pnpm
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false
- name: Check Sizes
uses: preactjs/[email protected]
with:
repo-token: "${{ secrets.TOKEN }}"
pattern: "./packages/wow-ui/dist/**/*"
compression: "none"