You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var text_value_accessor_1 = require("nativescript-angular/forms/value-accessors/text-value-accessor");
/** To: **/
var text_value_accessor_1 = require("@nativescript/angular/forms/value-accessors/text-value-accessor");
import { TextValueAccessor } from "nativescript-angular/forms/value-accessors/text-value-accessor";
/** To: **/
import { TextValueAccessor } from "@nativescript/angular/forms/value-accessors/text-value-accessor";
@sashok1337 , this was a known problem with webpack and compatibility between scoped and old modules. This PR on the NS webpack repo should have this resolved.
Uh oh!
There was an error while loading. Please reload this page.
After NativeScript&nativescript-angular update I can't compile project, error thrown:
package.json
The text was updated successfully, but these errors were encountered: