Yasushi Oh
Yasushi Oh
Hi! I saw your comment on [this closed PR](https://github.com/chrisdrackett/react-mapkit/pull/88) that explained why you don't want to upgrade library's React related specifications to ensure its compatibility with older React versions. But...
实测应该是浏览器内核问题,在小程序官方ide里面的chrome内核下出现问题。但是在真机上跑就ok
找到问题所在了,在使用的时候我把所有的shape都放进了一个data里面的数组,只要把数组放到外面去直接用而不是this.setdata用就OK
Got the same issue when trying to add `@import '~bootstrap-icons';` in my `styles.scss` and having ``` alias: { '~bootstrap-icons': path.resolve(__dirname, 'node_modules/bootstrap-icons'), }, ``` in my `vite.config.js` The error message is...