diff --git a/.styluaignore b/.styluaignore index 2c8a1314..f54fc13f 100644 --- a/.styluaignore +++ b/.styluaignore @@ -1 +1 @@ -*.snap.lua \ No newline at end of file +*.snap.luau \ No newline at end of file diff --git a/modules/react-roblox/src/client/roblox/RobloxComponentProps.luau b/modules/react-roblox/src/client/roblox/RobloxComponentProps.luau index 015ccc42..1706b221 100644 --- a/modules/react-roblox/src/client/roblox/RobloxComponentProps.luau +++ b/modules/react-roblox/src/client/roblox/RobloxComponentProps.luau @@ -337,7 +337,7 @@ local function cleanupHostComponent(domElement: HostInstance) if instanceToEventManager[descElement] ~= nil then instanceToEventManager[descElement] = nil end - + cleanupBindings(descElement) removeAllTags(domElement) end