kialam
kialam
This would be a great example to try out React's [ReactCSSTransitionGroup](https://reactjs.org/docs/animation.html#high-level-api-reactcsstransitiongroup). What's nice about this API is that React handles the logic needed to determine whether something has been added...
I'm seeing some errors in the console that we'll probably want to resolve. When trying to edit a management job (5, Cleanup Expired OAuth 2 Tokens https://localhost:3001/#/management_jobs/5/schedules/5) 1. When you...
We are also encountering this issue in our codebase. We have the following component: ```js { wrapper.current.focus(); }, }, { name: 'tab escape', bindKey: { win: 'Shift-Tab', mac: 'Shift-Tab' },...
We are also seeing this bug. Removing `homepage: '.'` may not be an option for us. @JacobCutshall and @kenlyon , could you please explain to me your workaround? 🙏
Encrypted fields should only show up for fields that have values in them. See old UI for reference:  New UI:  