Cotton

Results 4 issues of Cotton

https://github.com/mangye16/Cross-Modal-Re-ID-baseline/blob/910c650fcdda75984dfc9da3d9d46eb044c56969/train.py#L362

**What** & **Why**: https://github.com/kentcdodds/mdx-bundler/pull/219#issuecomment-1894987818 It also contains a fix for the `remark-mdx-images` [type error](https://stackoverflow.com/questions/63616486/property-replaceall-does-not-exist-on-type-string). **How**: Changed the type of the `option` parameter in the `mdxOptions` function. Updated the version of...

### Summary [React Compiler Doc](https://react.dev/learn/react-compiler) first Note references a link to the [Working Group Discussion](https://github.com/reactwg/react-compiler/discussions/6) There is a code typo in that discussion (comment inline): ```js const $ = _c(3);...

type: typos

Cause the login form check not as expected ### Description When not logged in, in the login form, clicking the Sign up button causes a form submission. This is clearly...