You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
js 파일에서 울타리 api를 관리하려 했음.
울타리 api에는 context에 있는 값이 필요하지만 js파일에서는 context를 호출하지 못함
그래서 함수의 인자로서 context값을 받아오려 했는데, 받아와도 그 인자를 받아온 시점의 값으로 고정됨.
이후에 context를 통해 context값이 변경이 돼도 이미 인자로 전달된 값은 변경되지 않음.
The text was updated successfully, but these errors were encountered:
js 파일에서 울타리 api를 관리하려 했음.
울타리 api에는 context에 있는 값이 필요하지만 js파일에서는 context를 호출하지 못함
그래서 함수의 인자로서 context값을 받아오려 했는데, 받아와도 그 인자를 받아온 시점의 값으로 고정됨.
이후에 context를 통해 context값이 변경이 돼도 이미 인자로 전달된 값은 변경되지 않음.
The text was updated successfully, but these errors were encountered: