Skip to content

Commit 9bbc98c

Browse files
BREAKING CHANGE: React 19 support (#318)
BREAKING CHANGE: React 19 support
1 parent d9164b8 commit 9bbc98c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+371
-9654
lines changed

.devcontainer/devcontainer.json

Lines changed: 0 additions & 28 deletions
This file was deleted.

.eslintrc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"plugin:prettier/recommended",
1111
"plugin:react-hooks/recommended",
1212
"plugin:import/errors",
13-
"plugin:import/warnings",
14-
"plugin:storybook/recommended"
13+
"plugin:import/warnings"
1514
],
1615
"plugins": ["@typescript-eslint", "react", "prettier", "react-hooks", "import"],
1716
"parser": "@typescript-eslint/parser",

.github/workflows/release.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,6 @@ jobs:
2020
- run: |
2121
yarn install --frozen-lockfile
2222
yarn release
23-
yarn build-storybook
2423
env:
2524
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2625
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27-
# - uses: actions/upload-pages-artifact@v1
28-
# with:
29-
# path: ./storybook-static
30-
31-
# See: https://github.com/actions/deploy-pages
32-
# deploy-job:
33-
# needs: release-job
34-
# permissions:
35-
# pages: write
36-
# id-token: write
37-
# environment:
38-
# name: github-pages
39-
# url: ${{ steps.deployment.outputs.page_url }}
40-
# runs-on: ubuntu-latest
41-
# steps:
42-
# - name: Deploy to GitHub Pages
43-
# id: deployment
44-
# uses: actions/deploy-pages@v1

.storybook/Setup.tsx

Lines changed: 0 additions & 36 deletions
This file was deleted.

.storybook/index.css

Lines changed: 0 additions & 9 deletions
This file was deleted.

.storybook/main.ts

Lines changed: 0 additions & 19 deletions
This file was deleted.

.storybook/preview.tsx

Lines changed: 0 additions & 26 deletions
This file was deleted.
Binary file not shown.

.storybook/public/lensDirtTexture.png

-68 KB
Binary file not shown.

.storybook/public/suzi.gltf

Lines changed: 0 additions & 112 deletions
This file was deleted.

0 commit comments

Comments
 (0)