-
Notifications
You must be signed in to change notification settings - Fork 7k
[WhatsApp] #28921
Copy link
Copy link
Labels
bugSomething isn't workingSomething isn't workingextensionIssues related to one of the extensions in the StoreIssues related to one of the extensions in the Storeextension: whatsappIssues related to the whatsapp extensionIssues related to the whatsapp extensionplatform: macOS
Description
Activity
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingextensionIssues related to one of the extensions in the StoreIssues related to one of the extensions in the Storeextension: whatsappIssues related to the whatsapp extensionIssues related to the whatsapp extensionplatform: macOS
Type
Fields
Priority
None yet
Severity
None yet
Extension
https://www.raycast.com/vimtor/whatsapp
Raycast Version
0.65.1.0
OS Version
macOS Tahoe 26.5.1 arm64
Description
TypeError: Cannot read properties of undefined (reading 'trim')
ka:parsePhone.ts:15:33
12: return parsePhone(trimmed);
13: }
14: const { defaultCountry } = getPreferenceValues();
15: const country = defaultCountry.trim().toUpperCase();
^
16: if (country) {
17: return parsePhone(trimmed, { country });
18: }
19: return parsePhone(trimmed);
React Component Stack
I6:open-chat.tsx:11:28
qs:index.js:177:7555
at ray-navigation-stack ()
fd:index.js:177:7056
JavaScript Stack
ka:parsePhone.ts:15:33
I6:open-chat.js:31:46367
Zn:react-reconciler.production.js:8:20569
on:react-reconciler.production.js:8:36315
Steps To Reproduce
Unable to use Whatsapp extention
Current Behaviour
No response
Expected Behaviour
No response