PepeElToro41 / ui-labs

UI Labs is a storybook plugin for Roblox
https://pepeeltoro41.github.io/ui-labs/
68 stars 9 forks source link

hot-reloader makes Vide crash #37

Closed PepeElToro41 closed 3 months ago

PepeElToro41 commented 3 months ago

Problem

hot-reloader current does loadstring(fn, module.Name) this doesnt happen in hoarcekat

Fix

the correct way should be loadstring(fn, module:GetFullName())

PepeElToro41 commented 3 months ago

This was fixed externally in the hot-reloader package, I bumped the version here https://github.com/PepeElToro41/ui-labs/pull/38