Jonir Rings
Jonir Rings
@PepeShake You need a recent build of fastboot3ds, I've built [one](https://static.jonirrings.com/fastboot3DS.firm) some days ago. And it works fine on my N3DS. You could build it yourself, and install it via...
bug found. debugging from https://github.com/react-component/menu/issues/444 this is minimal code to reproduce ```html ResizeObserver IE11 bug .hidden { height: 0; overflow: hidden; } label 1 label 2 label 3 var p...
@yoyo837 emmm, so let's add an API detection? or just deprecate those before IE11 ?
agreed, old code restored. new code only works when `getClientRects` available.
sigh…… waiting for him to reply
@weswigham as stated above, can you help to review this pr?
@weswigham whatever, thx for your attention. Waiting for the maintainer ....
maybe you should add loader-utils as dependencies? so it works with pnpm
@coder-chin with pnpm, only top and direct dependencies could be referenced, thus "require(‘loader-utils’)" will fail. pnpm下只能引用顶层依赖和直属依赖,require(‘loader-utils’)就会失败。
Try to use Github-Action to build binaries?