patternfly-react
patternfly-react copied to clipboard
chore(Popover) convert examples to TypeScript
What: Closes #7751
Preview: https://patternfly-react-pr-7770.surge.sh
A11y report: https://patternfly-react-pr-7770-a11y.surge.sh
It looks like the build is failing because you have an extra " before an isBeta flag on one of your examples?
either that or it's unable to parse the isBeta before the file name.
It looks like the build is failing because you have an extra
"before anisBetaflag on one of your examples? either that or it's unable to parse theisBetabefore the file name.
Seems like there is missing " on L61, the isBeta flag before filename shouldn't cause any problems. Although it is better to follow this syntax: ts file='<<filename>>' isBeta