Skip to content

"Error updating component prop" #11212

Answered by ConorWebb96
JohannesM007 asked this question in Help
Discussion options

You must be logged in to vote

Hey @JohannesM007,

Firstly thank you for providing the app export. This was very helpful. I've gone through and had a look at the screens you highlighted in the screenshot above, below is a list of how I fixed them.

The general answer to all the issues you are experiencing is that you are nesting components that shouldn't be nested inside one another. With the last update validation that was previous not working was fixed meaning that going forward illegal nesting such as the below can no longer be done.

  • Products page - you have a form component inside another form component.
  • Complaints page - you have a side panel inside another side panel.
  • Complaints/:id - is form nested inside another…

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
3 replies
@JohannesM007
Comment options

@ConorWebb96
Comment options

Answer selected by ConorWebb96
@JohannesM007
Comment options

Comment options

You must be logged in to vote
4 replies
@ConorWebb96
Comment options

@dannyshin76
Comment options

@ConorWebb96
Comment options

@dannyshin76
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
validation Relating to validation/verification/constraints
4 participants