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

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...

Toolbox branch: https://github.com/xh/toolbox/tree/paddingOnPanel Toolbox PR: https://github.com/xh/toolbox/pull/415 This PR resolves issue #1971 . I found that in addition to 'padding' it made sense to pass the following style keys to the...

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...

It does not, you see a mask on the panel underneath - not optimal, especially if a category change is not instantaneous. We want the UI feedback here to be...

bug
small
admin
ready

Context: we are using Datadog RUM in client applications and looking to include - Tracked user activity as "Custom Actions" - Handled exceptions as "Custom Errors" Additionally, it would be...

technical

Passing an object marked as @observable.ref as a component prop and then accessing it in the top-level component via a getter on the model causes the component's render method to...

Client request after an important role was inadvertently deleted in production. We currently show a confirm with the role name included, but request is to have admin also type out...

client-request
admin

`LoadSupport.doLoadAsync` catches exceptions thrown by `HoistModel.doLoadAsync` and updates its `lastLoadException` observable accordingly. It also includes the exception in the browser console log, at an appropriate log-level. However, it does not...

technical
breaking-change