@elmo.gomes Youāre an impatient one, arenāt you? Also, itās not like you @'ed me. Yeah, the issue youāre experiencing is a common one in Bubble. Different plugins might use different versions of some library, and this can lead to problems that you, yourself, cannot control (such as one plugin clobbering anotherās scripts).
In this case, Iām not really inclined to update Parallels to use Luxon 3 as there are breaking changes from Luxon 1 and Parallels is a pretty complete implementation of Luxon, so there would undoubtedly be some issues to resolve.
But yeah I can see that TopCal and Parallels would compete for the same namespace defining luxon. The two versions are incompatible with one another and one would clobber the other. Resolving that problem is somewhat more simple.
Iāve moved my required version of Luxon to Bubbleās CDN and modified it so that it exports a different variable rather than luxon and modified the references in Parallels initialization code. New version available as 1.1.1 in your plugins tab.
Iād also provide a review of you, but some goody goody like @mikeloc would remove it.