Closed KoltonG closed 1 year ago
The newPxMethod utility is not exported via the @homebound/truss packages. It is exported via @homebound/truss/buid/methods.
newPxMethod
@homebound/truss
@homebound/truss/buid/methods
Expected Behaviour
import { newPxMethod } from "@homebound/truss";
Actual Behaviour
import { newPxMethod } from "@homebound/truss/build/methods";
:tada: This issue has been resolved in version 1.128.1 :tada:
The release is available on:
v1.128.1
Your semantic-release bot :package::rocket:
The
newPxMethod
utility is not exported via the@homebound/truss
packages. It is exported via@homebound/truss/buid/methods
.Expected Behaviour
Actual Behaviour