What are the Slack Archives?

Itโ€™s a history of our time together in the Slack Community! Thereโ€™s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you wonโ€™t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hi all, I think I found a bug in the frontend/libs/finder.js on line 74. Since the app entry point i

UR1PJA1GQ
UR1PJA1GQ Posts: 7 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

Hi all,
I think I found a bug in the frontend/libs/finder.js on line 74. Since the app entry point is hardcoded to always return the entryPoint[0] of the array, there is no way to override the basic, util and shared styles in a custom theme folder. Therefore I changed it to entryPoint[entryPoint.length - 1] and it works.

Comments