警告:React.createElement:类型在Clojurescript中无效

警告:React.createElement:类型在Clojurescript中无效,clojure,clojurescript,Clojure,Clojurescript,我还应该在prod中看到开发工具吗 DevTools failed to load SourceMap: Could not parse content for https://xxx/js/Loading.js.map: Unexpected token < in JSON at position 0 这些是我的进口货 (:require [aws-amplify :as Amplify] ["@aws-amplify/pubsub" :as Pub

我还应该在prod中看到开发工具吗

DevTools failed to load SourceMap: Could not parse content 
for 
https://xxx/js/Loading.js.map: 
Unexpected token < in JSON at position 0
这些是我的进口货

 (:require
  [aws-amplify :as Amplify]
  ["@aws-amplify/pubsub" :as PubSub]
  ["@aws-amplify/core" :refer [Hub]]
  ["@aws-amplify/auth" :as Auth]
  ["@aws-amplify/pubsub/lib/Providers" :refer [AWSIoTProvider]]
  ["aws-amplify-react" :refer [withOAuth]]
  [react-spring]
  [applied-science.js-interop :as j]
  [cljs-bean.core :refer [bean ->js]]
  [goog.dom]
  [helix.hooks]
  [helix.core :refer [$]]
  [helix.dom :as d]
  [lambdaisland.glogi :as log]
  [react]
  [react-dom]
  [reitit.frontend :as rf]
  [reitit.frontend.easy :as rfe])
我怀疑可能是其中之一导致了这个错误

我只是在
advanced
编译时遇到这个错误


我在
clojurescript
“1.10.773”

上,听起来它可能是一个错误的外部程序。尝试使用?
 (:require
  [aws-amplify :as Amplify]
  ["@aws-amplify/pubsub" :as PubSub]
  ["@aws-amplify/core" :refer [Hub]]
  ["@aws-amplify/auth" :as Auth]
  ["@aws-amplify/pubsub/lib/Providers" :refer [AWSIoTProvider]]
  ["aws-amplify-react" :refer [withOAuth]]
  [react-spring]
  [applied-science.js-interop :as j]
  [cljs-bean.core :refer [bean ->js]]
  [goog.dom]
  [helix.hooks]
  [helix.core :refer [$]]
  [helix.dom :as d]
  [lambdaisland.glogi :as log]
  [react]
  [react-dom]
  [reitit.frontend :as rf]
  [reitit.frontend.easy :as rfe])