This topic was automatically generated from Slack. You can find the original thread here.
Sergio Rodriguez : I am working with PR review where it was requested that common props appearing more than once in component files are moved to the app file. I noticed when I do so, I can’t do pd publish on actions, getting the error
> component create api call responded with status: 400, body: {“error”:"{“name”:“UserError”,“message”:“props not supported for prop notion”}"}
if I remove the props: {} object from the app file, I can publish properly the action. Is there specific syntax for adding props into the app file?