Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 421 Bytes

amp-bind-jsx-alt.md

File metadata and controls

14 lines (8 loc) · 421 Bytes

AMP Bind JSX Error

Why This Error Occurred

Somewhere you used [prop]='something' syntax which is not allowed in JSX.

Possible Ways to Fix It

Instead you can use data-amp-bind-prop='something' which is a valid AMP alternative

Useful Links