Sergei Sergeev
Sergei Sergeev
What a cool feature! I was thinking about it as well. Thank you very much! I have one question or maybe a suggestion. What if we have many different prompts,...
Whoa, that's absolutely incredible stuff you'r doing here. Even in this version we can do "routing" to some degree via prompt itself, but it's super cool that advanced version of...
I can see that, in general, there are some problems with library components on SPFx 1.19. Trying to understand what's going on and how to fix it.
Please run `npm i [email protected] -DE`. This installs the latest version, with problems fixed for library components. Could you check and tell if the issue is fixed for you?
After thinking about it again, it seems no need to change the version, because the actual version will always be taken from your project's `@fluentui/react` dependency, and not from pnp's...
Most likely, it happens due to some eslint config incompatibility. Try to copy esint config from fresh new hello world web part to your project. Alternative, try to migrate to...
the error you posted is from normal gulp-serve, it's not even from fast-serve. At the beginning, you should configure svgr to work with normal gulp serve, only after that you...
Have you tried applying the same configuration to fast-serve, as described in the readme [here](https://github.com/s-KaiNet/spfx-fast-serve?tab=readme-ov-file#webpack-extensibility)?
Could you please create minimal SPFx repository, where gulp serve works with svgr? I have some troubles configuring it. You can create a sample GH repo, or just zip and...