-
Notifications
You must be signed in to change notification settings - Fork 220
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: Lint Error #9021
fix: Lint Error #9021
Conversation
|
apps/app/src/@types/emoji-mart.d.ts
Outdated
@@ -0,0 +1,3 @@ | |||
declare module 'emoji-mart'; | |||
declare module '@emoji-mart/data'; | |||
declare module '@emoji-mart/react'; |
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.
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.
@growi/editor/dist
ではなく '@growi/editor/src
からモジュールをインポートしていたことが原因でしたのでこちらの差分は消しました
This reverts commit 4be00a5.
import type { AcceptedUploadFileType } from '@growi/core'; | ||
import type { ReactCodeMirrorProps } from '@uiw/react-codemirror'; | ||
|
||
import type { EditorSettings } from 'src/consts'; |
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.
この行が ❌
Task
発生源の PR