@rbxts/app-forge 0.5.5 → 0.5.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/out/helpers.luau +1 -2
  2. package/package.json +1 -1
package/out/helpers.luau CHANGED
@@ -23,9 +23,8 @@ local function Render(props)
23
23
  if _result_2 ~= nil then
24
24
  _result_2 = _result_2.px.minScale
25
25
  end
26
- local _exp = usePx(_result, _result_1, _result_2)
26
+ usePx(_result, _result_1, _result_2)
27
27
  __px = true
28
- local _ = __px
29
28
  else
30
29
  warn("Rendering twice making a second px")
31
30
  end
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/app-forge",
3
- "version": "0.5.5",
3
+ "version": "0.5.6",
4
4
  "description": "An App Manager for react",
5
5
  "main": "out/init.lua",
6
6
  "packageManager": "bun@1.3.1",