Skip to content
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

emotion 패키지와 설정을 수정한다 #806

Open
gyeongza opened this issue Nov 3, 2023 · 0 comments
Open

emotion 패키지와 설정을 수정한다 #806

gyeongza opened this issue Nov 3, 2023 · 0 comments
Assignees
Labels

Comments

@gyeongza
Copy link

gyeongza commented Nov 3, 2023

  • 사용하지 않는 emotion 패키지 삭제 (emotion, react-emotion)
// @emotion/css로 대체되었음
throw new Error(
  "The `emotion` package has been renamed to `@emotion/css`. Please import it like this `import { css } from '@emotion/css'`."
)

// @emotion/styled로 대체되었음
throw new Error(
  'The package "react-emotion" has been replaced by "@emotion/styled" in version 10. See https://emotion.sh/docs/migrating-to-emotion-10 for more information on migrating.'
);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants