This Feature Layer in AGOL (https://www.arcgis.com/home/item.html?id=d26bebb7944d4f7a825a453eca5261b5) has nice popups. However, when I import this layer into my JSAPI app using
const fishLayer = new FeatureLayer({portalItem: {id: 'd26bebb7944d4f7a825a453eca5261b5'}, popupEnabled: true})No popups appear in app. Doesn't even do the loading circle at the point. It seems silly to create a new layer definition file to recreate the popups that the host of this layer has already taken time to create. Any idea why these popups won't pop?