Skip to content

Commit 4fd91ec

Browse files
Fix: Broken link in message input docs (#1098)
* build(deps): bump follow-redirects from 1.14.1 to 1.14.7 in /package (#1094) Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.1 to 1.14.7. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.14.1...v1.14.7) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump shelljs from 0.8.4 to 0.8.5 in /package (#1091) Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. - [Release notes](https://github.com/shelljs/shelljs/releases) - [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md) - [Commits](shelljs/shelljs@v0.8.4...v0.8.5) --- updated-dependencies: - dependency-name: shelljs dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix: broken link in message input docs Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a8ab2fd commit 4fd91ec

File tree

2 files changed

+8
-1
lines changed
  • docusaurus/reactnative_versioned_docs/version-3.x.x/common-content/core-components/channel/props
  • package

2 files changed

+8
-1
lines changed

docusaurus/reactnative_versioned_docs/version-3.x.x/common-content/core-components/channel/props/input.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Component to render UI part of enclosed MessageInput component.
2-
Please read section in guides about [Custimizing Message Input](/reactnative/guides/message-input).
2+
Please read section in guides about [Customizing Message Input](/reactnative/guides/message-input-customization).
33

44
| Type |
55
| --------- |

package/yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6428,6 +6428,13 @@ is-core-module@^2.8.0:
64286428
dependencies:
64296429
has "^1.0.3"
64306430

6431+
is-core-module@^2.8.0:
6432+
version "2.8.1"
6433+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211"
6434+
integrity sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==
6435+
dependencies:
6436+
has "^1.0.3"
6437+
64316438
is-data-descriptor@^0.1.4:
64326439
version "0.1.4"
64336440
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"

0 commit comments

Comments
 (0)