We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 363536f + c3f2a62 commit 0bbbab0Copy full SHA for 0bbbab0
packages/dev/package.json
@@ -44,7 +44,7 @@
44
"tsconfig-paths-webpack-plugin": "^3.3.0",
45
"webpack": "^5.95.0",
46
"webpack-cli": "^5.1.1",
47
- "webpack-dev-server": "^4.15.0",
+ "webpack-dev-server": "^5.2.1",
48
"yaml": "^1.10.2",
49
"yaml-loader": "^0.6.0"
50
}
packages/module/patternfly-docs/pages/index.js
@@ -1,3 +1,6 @@
1
+// React import required for SSR build (react-ssr-prepass)
2
+// eslint-disable-next-line @typescript-eslint/no-unused-vars
3
+import React from 'react';
4
import { Title, PageSection } from '@patternfly/react-core';
5
6
const centerStyle = {
0 commit comments