Skip to content
This repository was archived by the owner on Mar 10, 2023. It is now read-only.

Commit 45fe1c1

Browse files
committed
AFP-234: Add comment explaining disabled rule
1 parent b00e56e commit 45fe1c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/website/components/navigation/all-packages-nav-content.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ const AllPackagesNavContent = ({ data }) => (
2222
<HeaderSection>
2323
{({ css }) => (
2424
<div
25+
// This works because navigation-next is importing
26+
// an old version of emotion. It also prevents us from
27+
// using the jsx import from @emotion/core
2528
// eslint-disable-next-line emotion/jsx-import
2629
css={{
2730
...css,

0 commit comments

Comments
 (0)