Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Uncaught ReferenceError: process is not defined in adobe/react-spectrum

New Here ,
Jul 22, 2025 Jul 22, 2025

 

1. Version of the app

"dependencies": {
"@adobe/react-spectrum": "^3.42.2",
"@spectrum-icons/workflow": "^4.2.22",
"axios": "^1.6.1",
"react": "18.2.0",
"react-aria": "^3.30.0",
"react-aria-components": "^1.0.0-rc.0",
"react-dom": "18.2.0"
},

 

2. Platform and OS version: Desktop

3. Basic steps to reproduce the problem

  - When mouse hover on the component, it throws Uncaught ReferenceError: process is not defined

4. Expected result and actual result

  - The components should show the list of options and tooltip correctly. 

 

Hi!

I am currently working on my company's Adobe express Add-on.

We've released the add on in the last year and now we want to update our Add on asap.

 

I found issues in adobe/react-spectrum during the development. 

 

1. Tooltip component

<TooltipTrigger delay={0}>
<ActionButton
isQuiet={true}
onPress={() => HandleAvatar(item.key, page)}
height={"100%"}
>
{item.isActive && (
<Checkmark position={"absolute"} top={0} right={0} color={"positive"} />
)}
<img
src={GetAvatarImagePath(item.key)}
alt={`Avatar ${item.title} image`}
width={70}
height={70}
style={{ borderRadius: 8 }}
crossOrigin="anonymous"
/>
</ActionButton>
<Tooltip>
<img src={`URL`} alt={`Avatar ${item.title} image`} width={130} style={{borderRadius: 8, paddingTop: 3}} crossOrigin="anonymous"/>
</Tooltip>
</TooltipTrigger>

 

 

2. Picker component

<Picker
label="Choose a language"
items={speechLanguages}
selectedKey={speechLanguage}
onSelectionChange={HandleSpeechLanguage}
width={"100%"}
>
{item => (
<Item key={item.value} textValue={item.label}>
<Text>{item.label}</Text>
</Item>
)}
</Picker>

 

Those 2 components were working well in the last year but now it is not working 😞

I've tried several ways to resolve the issues but I couldn't find the way. 

 

Could you please help me this ?

Thanks for your helping!

 

 

Bug Unresolved
TOPICS
Add-ons , Error
341
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
4 Comments
Adobe Employee ,
Aug 05, 2025 Aug 05, 2025

Hi there! 👋

 

Sorry about the delay. This is our new forum board for Express Add-on developers. It's not the only place to get

help, you can also ask add-on questions in our Discord: http://discord.gg/nc3QDyFeb4 <-- That link will take you to the #add-on-developers channel

Translate
Report
New Here ,
Aug 05, 2025 Aug 05, 2025

@erinferinferinf Hi! Thanks for replying the issue.

 

Unfortunately, I've already posted this in Discord but I couldn't get any response.

 

https://discord.com/channels/1093561069689110568/1120801549678022796/1400152034342080563

Translate
Report
Adobe Employee ,
Aug 07, 2025 Aug 07, 2025

I checked with my team, and they said the Review Team also reached out to you separately (the email would be from "ccintrev"). I'm told the next step would be to get your webpack config.

Translate
Report
New Here ,
Aug 08, 2025 Aug 08, 2025
LATEST

@erinferinferinf Hi! I am trying to find out the email but I didn't get any emails. Could you please double check the email sent?

Translate
Report