Yaswanth
Yaswanth
Hi Here is my code ``` import React, { Component } from 'react'; import tips from './tips'; import PivotTableUI from 'react-pivottable/PivotTableUI'; import 'react-pivottable/pivottable.css'; import TableRenderers from 'react-pivottable/TableRenderers'; import Plot from...
Node Version:v16.14.2 Next: Latest After cloning the repo i ran below steps ``` npx create-next-app --example blog my-blog cd my-blog npm run dev ``` After running `npm run dev` in...
HI, I tried to setup the demo app in my Windows machine . I tried the following commands - yarn add patternfly-react - yarn install - yarn build After running...