Skip to content

Commit dd11f0b

Browse files
committed
fix: lint for createRouterContextDataWrapper
1 parent b279797 commit dd11f0b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/server/libs/RouterContextDataWrapper.js

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/* eslint-disable func-names */
2+
// TODO: fix this: using "function" will mess up webpack-dev-server - https://github.com/ngduc/react-setup/issues/14
3+
14
import React from 'react'
25
import { RouterContext } from 'react-router'
36

0 commit comments

Comments
 (0)