Fork me on GitHub
#shadow-cljs
<
2020-08-31
>
timrichardt12:08:54

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

timrichardt12:08:18

after upgrading to shadow-2.11.1

timrichardt12:08:25

Did something fundamentally change? :)

timrichardt13:08:53

Yep, I just have to read the release notes 🙂

👍 3