October 2017
Intermediate to advanced
370 pages
8h 57m
English
If you happened to check the last example while in AMP development mode (#development=1 appended to URL), you might have noticed an error similar to that shown in the following image (the error message will also appear in the browser developer console):

This error is basically complaining about not having default values set for AMP state properties. You can define default values for your state properties with amp-state, but it's not required. However, if you have a property that's not initialized before it's used, then ...
Read now
Unlock full access