Skip to content

Commit

Permalink
Merge branch '5.3' into 5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 6, 2024
2 parents 2254bcc + 634ac47 commit 2af5921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion en/02_Developer_Guides/02_Controllers/02_Routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ start parsing variables and the appropriate controller action AFTER the `//`).
```yml
SilverStripe\Control\Director:
rules:
'admin/help//$Action/$ID: 'App\Control\AdminHelpController'
'admin/help//$Action/$ID': 'App\Control\AdminHelpController'
```

### Wildcard URL patterns
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ to the React API. While optional, it is recommended to express components this w

### Recommended: react dev tools

The [React Dev Tools](https://chrome.g.oogle.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en) extension available for Chrome and Firefox is critical to debugging a React UI. It will let you browse the React UI much like the DOM, showing the tree of rendered components and their current props and state in real time.
The React Dev Tools extension [available for Chrome](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en) [and for Firefox](https://addons.mozilla.org/en-GB/firefox/addon/react-devtools/) is critical to debugging a React UI. It will let you browse the React UI much like the DOM, showing the tree of rendered components and their current props and state in real time.

## Redux

Expand Down

0 comments on commit 2af5921

Please sign in to comment.