Popup Doesn't Open
Symptom: openPopup() returns null
Solutions:
- ✓ Verify popup type is registered in
customPopups - ✓ Check browser console for errors
- ✓ Ensure
NtPopupProviderwraps your component - ✓ Confirm you're calling
openPopupinside a component (not at module level)