@rbxts/app-forge 0.4.8 → 0.4.9

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 -1
  2. package/package.json +1 -1
package/out/helpers.luau CHANGED
@@ -9,7 +9,7 @@ local function Render(props)
9
9
  local name = props.name
10
10
  local forge = props.forge
11
11
  if not __px then
12
- local _exp = usePx()
12
+ local _exp = usePx(props.target)
13
13
  __px = true
14
14
  local _ = __px
15
15
  end
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/app-forge",
3
- "version": "0.4.8",
3
+ "version": "0.4.9",
4
4
  "description": "An App Manager for react",
5
5
  "main": "out/init.lua",
6
6
  "packageManager": "bun@1.3.1",