Ionic version:
[x] 5.0.0-beta.1 (and beyond)
tested on 5.0.0-beta.0 and it works
tested on 5.0.0-beta.1 and it doesn't
also tested on 5.0.0-dev.201912032102.fd4cfe7
Current behavior:
Expected behavior:
Steps to reproduce:
Working 5.0.0-beta.0 https://codepen.io/corysmc/pen/zYxxzBK
Not Working 5.0.0-beta.1 https://codepen.io/corysmc/pen/ExaaXEX (renders current time only)
Not Working 5.0.0-dev.201912032102.fd4cfe7 https://codepen.io/corysmc/pen/LYEELmQ
Thanks for the issue. Can you try the following dev build and let me know if it resolves the issue for you?
npm i @ionic/[email protected]
We've merged a fix in for this. If you're still experiencing issues let me know, and I'll investigate further. Thanks!
Yep that did the trick - FYI it's the latest core build - not angular that I needed:
npm i @ionic/[email protected]
Updated codepen working: https://codepen.io/corysmc/pen/LYEELmQ
Thanks @liamdebeasi and @brandyscarney!
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Most helpful comment
Yep that did the trick - FYI it's the latest core build - not angular that I needed:
npm i @ionic/[email protected]Updated codepen working: https://codepen.io/corysmc/pen/LYEELmQ
Thanks @liamdebeasi and @brandyscarney!