hoist-react icon indicating copy to clipboard operation
hoist-react copied to clipboard

🏗️ ⚛️ The XH Hoist toolkit for React

Results 160 hoist-react issues
Sort by recently updated
recently updated
newest added

We typically render PDF documents within an app by embedding an iframe and rendering a PDF link or blob directly, leveraging the PDF viewer component built into the browser. This...

new-component

Hoist P/R Checklist ------------------- **Pull request authors:** Review and check off the below. Items that do not apply can also be checked off to indicate they have been considered. If...

styles
small

Hoist P/R Checklist ------------------- **Pull request authors:** Review and check off the below. Items that do not apply can also be checked off to indicate they have been considered. If...

Hoist P/R Checklist ------------------- **Pull request authors:** Review and check off the below. Items that do not apply can also be checked off to indicate they have been considered. If...

Currently, our `RecordValidators` only run on uncommitted records; however, we have come across a few client-apps that expect validation to run on records created via calls to `loadData` and `updateData`...

The numeric ZeroPad does not work in some cases, due to javascript number weirdness. Example: ```js fmtPercent(10.1, { precision: 4, zeroPad: 2 } ) ``` Expected result: `10.10%` Actual result:...

Hoist P/R Checklist ------------------- **Pull request authors:** Review and check off the below. Items that do not apply can also be checked off to indicate they have been considered. If...

Would want to look carefully around any complexities with extra modules or things like that, but this would be a *big* upgrade over our current bail-out to `PlainObject` when it...

types

Hoist P/R Checklist ------------------- **Pull request authors:** Review and check off the below. Items that do not apply can also be checked off to indicate they have been considered. If...

Seems that a recent release of ag-grid added a min-height to a relevant class in this case. Broke the intended layout in a client app. The fix was: Tom suggested...