We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbe9791 commit ef5298eCopy full SHA for ef5298e
doc/forAI/commonFixesforAI.md
@@ -3,3 +3,5 @@
3
### Analytics & Window Object Method Calls
4
- **ALWAYS check method existence**: Use `if (window.AppConfig && typeof window.AppConfig.methodName === 'function')` before calling any window object methods
5
- **Never assume methods exist**: Even if the object exists, the specific method might not be loaded yet or could be missing
6
+- **AWS Amplify overwrites files**: If using Amplify, ensure all tracking methods are included in `amplify.yml` config generation, not just local files
7
+- **Deployment sync**: After updating `amplify.yml`, push to repo - Amplify auto-detects and rebuilds with new configuration
0 commit comments