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

Declarative routing for React

Results 316 react-router issues
Sort by recently updated
recently updated
newest added

What version are you using? - `"react-router-dom": "6.4.2"` - `typescript: 4.8.4` - `[email protected]` tsconfig `base.json:` ```json { "$schema": "https://json.schemastore.org/tsconfig", "display": "Default", "compilerOptions": { "composite": false, "declaration": true, "declarationMap": true, "esModuleInterop":...

CLA Signed

### What version of React Router are you using? 16 ### Steps to Reproduce The website doesn't list proper installation steps in a simple understandable way ### Expected Behavior Installation...

bug

Updates to `createStaticHandler` to better normalize the return values of `query`/`queryRoute` for use in Remix

CLA Signed

`window.location.origin` is `"null"` (the literal string value) in Firefox under certain conditions: https://bugzilla.mozilla.org/show_bug.cgi?id=878297 This leads to a broken app in Firefox when you build for production and try to use...

CLA Signed

### What version of React Router are you using? 6.4.2 ### Steps to Reproduce Scroll position is not maintained in mobile safari browsers upon reload of a page. This is...

bug

Adds some more thorough tests around route matching on special characters (symbols, emojis, umlauts, wide characters, etc.) after the changes in #9300 to remove the word boundary from the regex....

CLA Signed

Adding unit tests to #9451 Closes #9450 Co-authored-by: Mikaël ANZANO

CLA Signed

Submissions should ignore pathless layout routes when looking for the action to call Closes #9284

CLA Signed

Adds a UMD build for `@remix-run/router` since that's needed for unpkg/UMD usage of `react-router`/`react-router-dom` Closes #9240

CLA Signed