Stephen Wicklund
Stephen Wicklund
Note: This is already accomplished locally on my desktop, but it'd be nice to have it done in the cloud.
Debate-map should be more resilient to concurrent update commands. (which sometimes cause claimminer map generations to fail) So for example: * We could reduce the isolation level for the transactions,...
### Description Replaced references to `JSX.Element` with `React.JSX.Element`, as mentioned in the React 19 upgrade guide here: https://react.dev/blog/2024/04/25/react-19-upgrade-guide#the-jsx-namespace-in-typescript ### Motivation and Context React 19 no longer provides the `JSX.Element` type;...
The recommended way to make sure that patch-package applies its patches is to set it to run within `package.json`'s `postinstall` script. However, for npm at least, the `postinstall` script is...
Removed the deprecated `propTypes.ts`, and some remaining references to its exports, in order to make mobx-react compatible with React 19 (without TypeScript compile errors), since React 19 removes its prop-types...
* On simply clicking the input, the dropdown should show the most-used tags throughout the database. * When user starts typing, that list should be filtered to only the tags...