Fredrik Ekström
Fredrik Ekström
Keeping it as is by default might be a good idea not to introduce changes in behaviour for people doing upgrades and also makes it more simple if you don't...
In this specific example with the people picker (my main concern at the moment) I'm more leaning towards setting a default value since that's how people think it works. Allowing...
SPFx 1.19.0 - Error during build with [object Object] errors that didn't happen in previous versions
@MortenPedersenDK Looks like my issue is the same as yours with the @pnp/spfx-property-controls. The reason seams to be that webpack 5 honors the exports section in package.json where webpack 4...
SPFx 1.19.0 - Error during build with [object Object] errors that didn't happen in previous versions
At least some of these problems are because webpack 5 only allows imports that are specified in the exports part in package.json in the imported package. You can revert to...
Possibly related to #617 with possible fix in PR #618. For workaround (if it's the same root cause) until fixed try turn off the changed export checks in Webpack 5...