Zhao Lei
Zhao Lei
**Update** This issue is caused by Portal: https://github.com/bumbag/bumbag-ui/blob/4f8bca3dec3e73771d5ac51fc62fb36480ebad08/packages/bumbag/src/Portal/Portal.tsx#L32-L37 I think we should return `null` if it is server-side rendering. ref:
## Add suffix, prefix, leading and trailing Icon to TextInput 
Not working now, thanks for your reminder. Because I moved to `@babel/preset-typescript` from `typescript`, this package is no longer maintained. But if anyone is still using it, PR is welcome.
I'm looking forward to the TypeScript implementation, using it in edge runtime (Cloudflare workers, Vercel edge functions, Deno, etc.) or Node.js.
Thanks, it works! But the last `Segment` looks missing some padding: 
Sorry, the screenshot I uploaded earlier is broken...  Code: ```ts const styles = StyleSheet.create({ segmentedControl: { width: 140, backgroundColor: "rgba(255,255,255,.1)", }, segmentedSlider: { backgroundColor: "rgba(255,255,255,.25)", }, }) // ......
**Not recommended**. Although it basically works, but I haven't done the necessary exception handling and testing. And another point, if you do CPU intensive work in the main process, it’ll...
- JavaScript DOM编程艺术 - JavaScript高级程序设计 都是老书了,第一本培养兴趣,第二本打基础。
那先做 #332 吧,@otakustay 灰大有空做不,或者 @beenlee 接手?
现在是可以支持这些参数的,类似这样: ``` js autocss({ stylus: { use: function (style) { style.set('resolve url', true); style.include(yourStylPath); style.import('rider'); } } }) ```