Hey there!
I am trying to make a custom component in Adalo that makes use of a github library for a “when2meet” type of functionality. The problem I am having is that when I am trying to import the library that contains this functionality, it cannot locate the file.
As you can see, all I have changed from the base adalo component install is I have simply added a line (on line 3) to import ScheduleSelector (which represents a file called “ScheduleSelector.js”) from my project library. ScheduleSelector.js is in my adalo component library, however it cannot locate the file - I am getting the following error:
I am even using the exact relative path of the file to locate it, and it cannot. Does Adalo prevent you from importing outside libraries in your custom components, or am I just doing something wrong? (I tried running with both npm and yarn and received the same exact error on both.)
Any help would be appreciated.
Thanks so much.