티스토리 뷰

FrontEnd Skills

mobx 사용시 Decorating class property failed.~~ 에러 뜰때 해결방법


| 시작하기에 앞서


mobx 사용시, Error: Decorating class property failed. Please ensure that transform-class-pr

operties is enabled. 와같은 에러가 뜰때 가있다.



| 해결방법

  • yarn add transform-class-properties
  • babelrc 파일 plugin 부분에 "transform-class-properties" 추가

{
"presets": [
"next/babel"
],
"plugins": [
"transform-decorators-legacy","transform-class-properties"
]
}


댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
TAG
more
«   2024/11   »
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
글 보관함