I am starting to work with the formula bar and want to work it into my own react apps. However, when I try to force the npm install, I am seeing a dependency error:
npm ERR! Could not resolve dependency: npm ERR! peer react@">=16.3.2-0 <17.0.0" from @microsoft/power-fx-formulabar@2.1.7 npm ERR! node_modules/@microsoft/power-fx-formulabar npm ERR! @microsoft/power-fx-formulabar@"*" from the root project
I have re-run the install with --force and so far I am not hitting any roadblocks (actual installed React v is 17.0.2) but the control should be supporting something at least close to most recent React ver (which is over 18 now).