You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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)
<divclassName="settings-block"><h2className="settings-heading">{t("settings.tabsHeading")}</h2><DnDListmodalConfig={modalConfig}updateConfig={updateConfig}/><!-- HERE'S THE PROBLEM I GUESS --><pclassName="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
The text was updated successfully, but these errors were encountered:
π Is there already an issue for your problem?
βΉ Environment / Computer Info
π 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:
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)
I tried commenting out the component and the Settings modal could open successfully, so I guess this component is the problem.
πΈ Screenshots
No response
The text was updated successfully, but these errors were encountered: