Closed alexjamesmalcolm closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
trunx | ❌ Failed (Inspect) | Oct 7, 2023 7:44pm |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name Status Preview Updated (UTC) trunx ❌ Failed (Inspect) Oct 7, 2023 7:44pm
I'm not able to view why the build has failed. I will try to build locally and see why may be the issue when I get a chance.
Hi @alexjamesmalcolm
nice catch!! and thank you for your contribution.
It should be already available on npm as version v0.45.5
.
Regarding the error, I see it is (from ts-server)
A rest parameter or binding pattern may not have a trailing comma.
You can catch it if you clone repo locally and run nom run check_types
.
Or it gets automatically fixed by (local) pre-commit hook that you get when you run npm install
.
In case you want to play around with trunx you can find some info here in DEVELOP file.
But thanks again, I merged it and published to npm.
Used also htmlFor
here:
I started using
trunx
because of the awesome name but I noticed that when I was using theLabel
component that thehtmlFor
property was not causingLabel
s to be associated withInput
s. This PR should fix that by passing the props to the base component.