shadow-cljs

https://github.com/thheller/shadow-cljs | https://github.com/sponsors/thheller | https://www.patreon.com/thheller
timrichardt 2020-08-31T12:49:54.011500Z

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';?

timrichardt 2020-08-31T12:50:18.011800Z

after upgrading to shadow-2.11.1

timrichardt 2020-08-31T12:52:25.012Z

Did something fundamentally change? :)

timrichardt 2020-08-31T13:26:53.012600Z

Yep, I just have to read the release notes 🙂

1👍