zzb-bigboss

Results 3 issues of zzb-bigboss

var book = ePub("http://192.168.3.207:8890/7099.epub"); var rendition = book.renderTo("viewer", { manager: "continuous", flow: "scrolled", width : '100%' , height : '500', snap: true, spread: "single", }); rendition.display(); https://user-images.githubusercontent.com/54764793/127864305-928358ff-4fb3-4761-a085-c8ff5929d9cb.mp4

### What version of rsuite are you using? 5.18.1 ### What version of React are you using? _No response_ ### What version of TypeScript are you using (if any)? 17.0.0...

component: Table

当我在使用egg-socket.io服务时,默认安装了最新版本:egg-socket.io: 4.0.0、socket.io-client:4.2.0。无论怎么尝试都无连接成功。但是将socket.io-client版本回退到官方example中的2.0.1就能解决这个问题。 由于我没有想到是因为版本造成的影响,所以耗费了大量时间。希望官方能在文档中对版本的兼容性有所提及

Inactive