Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to open the Settings modal #886

Open
1 task done
Botato300 opened this issue Jan 30, 2025 · 0 comments
Open
1 task done

Unable to open the Settings modal #886

Botato300 opened this issue Jan 30, 2025 · 0 comments
Labels
πŸ› bug Something isn't working

Comments

@Botato300
Copy link
Contributor

Botato300 commented Jan 30, 2025

πŸ” Is there already an issue for your problem?

  • I have checked older issues, open and closed

β„Ή Environment / Computer Info

- Spotify version:
Spotify para Windows (64 bits)
1.2.55.235.g5eaa0904
Spicetify v2.38.7
xpui_2025-01-13_1736790015473_5eaa090
cef_131.3.1+gcb062df+chromium-131.0.6778.109
Runtime: Chrome
Build System: Bazel

- Spicetify version:
2.38.7

πŸ“ Description

I'm testing the latest version of the Marketplace, I mean, I cloned this repository and compile the Marketplace to test in my Spicetify client and I noticed that the Settings modal doesn't open (the settings icon that is inside the Marketplace).

I tried to fix it but couldn't, but it seems that react-beautiful-dnd is the problem here, when I try to click on the icon, I get these errors:

Image

I was looking at the code and the conflicting part seems to be this:
(The file is located in src/components/Modals/Settings/index.tsx)

<div className="settings-block">
  <h2 className="settings-heading">{t("settings.tabsHeading")}</h2>
  <DnDList modalConfig={modalConfig} updateConfig={updateConfig} /> <!-- HERE'S THE PROBLEM I GUESS -->
  <p className="settings-tabs-description">({t("settings.tabsDescription")})</p>
</div>

I tried commenting out the component and the Settings modal could open successfully, so I guess this component is the problem.

πŸ“Έ Screenshots

No response

@Botato300 Botato300 added the πŸ› bug Something isn't working label Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
πŸ› bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant