Somewhere you used [prop]='something' syntax which is not allowed in JSX.
[prop]='something'
Instead you can use data-amp-bind-prop='something' which is a valid AMP alternative
data-amp-bind-prop='something'