-
Notifications
You must be signed in to change notification settings - Fork 2
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
#699.1 Migrate to monorepo #703
Conversation
✅ Deploy Preview for taxi-dev-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -23,7 +23,7 @@ const Event2023FallStore = () => { | |||
itemListToken, | |||
])[1] || { items: [] }; | |||
const getItemFilteredList = useCallback( | |||
(types) => | |||
(types: number[]) => |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
react
의 resolution
을 변경하면서 이전에는 오류가 나지 않던 줄에 대한 간단한 fix 입니다
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM !
|
||
## Development | ||
|
||
Run scoped scripts | ||
|
||
```bash | ||
pnpm <scope> <script> | ||
``` | ||
|
||
Valid scopes are: | ||
- `web`: Corresponds to `@taxi/web` | ||
- ~~`app`: (intended) Corresponds to `@taxi/app`~~ | ||
- ~~`core`: (intended) Corresponds to `@taxi/core`~~ | ||
|
||
### Examples | ||
|
||
Run `web` development server | ||
```bash | ||
pnpm web start | ||
``` | ||
|
||
Install new dependency to `app` | ||
```bash | ||
pnpm app install <package_name> | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️
Summary
It closes #699
#700 에서 미처 모두 해결되지 않은 자잘한 이슈들을 해결합니다