-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error after upgrading to SPFx 1.20.0 #149
Comments
If you run just |
No errors with gulp bundle |
but the errors you posted
Basically the errors from gulp bundle output. |
wait, which version of spfx-fast-serve do you use? I haven't relelased 1.20 yet. |
Latest version. So maybe this is expected. Just to confirm, should we always wait for the corresponding fast serve version to be released before we upgrade SPFx? |
Yes, it's documented here, so you cannot run |
Thanks! Will give it a try when it's released. |
I ran my project with gulp serve and did not see these errors so I assume it's fast serve related? Just wanted to let you know there may need to be updates to it for the new SPFx version.
The errors below are referring to is this line on every web part file
import { Version } from '@microsoft/sp-core-library';
Which is needed for this code in the file
Errors:
The text was updated successfully, but these errors were encountered: