import * as React from "react";
suddenly results in this error:
Namespace imports (goog:some.Namespace) cannot use import * as. Did you mean to import React from 'goog:module$node_modules$react$index';?
after upgrading to shadow-2.11.1
Did something fundamentally change? :)
Yep, I just have to read the release notes 🙂