I've been trying to get my map to display a popup when a point on my feature layer is clicked and it looks like something has changed between ArcGIS js api 4.12 and 4.13 (and later) that breaks my code. I didn't see any notes in the release notes that indicated any required code updates for moving to later versions of the api.
Here's a code pen with the broken popup template (I've distilled this example to a very very basic map)
Link to Codepen
Run the code pen to recreate the problem (try clicking any point), then change the 2 api references from 4.13 to 4.12 and the popups work fine when you click a point on the map.
Anyone know why this works in 4.12 and not in 4.13 (or 4.16)?
Thanks!
Shawn