Updating action/view post model creation throws trap returned falsish for property
#1709
Unanswered
VitaliiK91
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @VitaliiK91! Very interesting. Do you think you could share a code example where you run into this? Maybe there is another way to do it, or maybe there is a bug in MST. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to update/create views and actions on the model after the model has been created. Redefine view/action after creation works when I am in dev mode (webpack), however it fails in production mode when I set new value of the view/action with the error:
ConfigurationStore is where I set new values for the model view/action
Is it expected? And if so why and what workarounds are there?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions