Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 09ed974

Browse files
author
george treviranus
committed
CR fixes
1 parent c3c53dd commit 09ed974

File tree

6 files changed

+4
-5
lines changed

6 files changed

+4
-5
lines changed

app/components/DocsRoutes/articles/Accordions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const Accordions = () => {
99
<>
1010
<SetMeta
1111
title="Accordions"
12-
description="A component for hiding and showing content in an accordion-style user interface."
12+
description="A component that composes a series of collapsible containers."
1313
/>
1414
<PageHeader>Accordions</PageHeader>
1515
<Article>{AccordionsMd}</Article>

app/components/SideNav/__tests__/SideNav.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import React from "react"
22
import SideNav from "../SideNav"
33
import { BrowserRouter as Router } from "react-router-dom"
4-
// import { Accordions } from "undernet"
54

65
jest.mock("undernet", () => ({ Accordions: { start: jest.fn(), stop: jest.fn() } }))
76
jest.mock("react-feather/dist/icons/chevron-right", () => global.simpleMock("ChevronRight"))

app/docs/javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The API for Undernet's scripts is straightforward. The main rule of thumb is to use the scripts when you know the DOM (or VDOM) is fully rendered.
1+
The API for Undernet's scripts is straightforward. The main rule of thumb is to use the scripts when you know the DOM is fully rendered.
22

33
Enabling Undernet, including all its component plugins, is as easy as this:
44

app/helpers/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export { useDidMount } from "./set-did-mount"
2-
export { useWillUnmount } from "./set-will-unmount"
1+
export { useDidMount } from "./use-did-mount"
2+
export { useWillUnmount } from "./use-will-unmount"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)