21.6.3
🐛 Bug Fixes
[sitecore-jss-angular]
Missing ngModuleRef in lazy loaded components (#1743)[sitecore-jss-react]
Fix the pattern of detecting dynamic placeholder when user tried to add a new dynamic placeholder with double digit. (#1745)[sitecore-jss]
Retry policy to handle transient network errors. Users can passretryStrategy
to configure custom retry config to the services. They can customize the error codes and the number of retries. It consist of two functions shouldRetry and getDelay. (#1731) (#1733)