We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b279797 commit dd11f0bCopy full SHA for dd11f0b
src/server/libs/RouterContextDataWrapper.js
@@ -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
+
4
import React from 'react'
5
import { RouterContext } from 'react-router'
6
0 commit comments