You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
Should use the amp prop available in the Article Container to conditionally render this script tag.
Since the script tag should be in the head, it's recommended to use React Helmet.
Reference: https://www.ampproject.org/docs/fundamentals/spec#scrpt
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Should contain this script for the AMP version, but not for the canonical version.
Example URLs:
http://localhost:7080/news/articles/amp/c0000000027o AMP
http://localhost:7080/news/articles/c0000000027o Canonical
Describe the solution you'd like
Should use the
amp
prop available in the Article Container to conditionally render this script tag.Since the script tag should be in the head, it's recommended to use React Helmet.
Reference: https://www.ampproject.org/docs/fundamentals/spec#scrpt
The text was updated successfully, but these errors were encountered: