Oleksandr Fediashov
Oleksandr Fediashov
> Thanks a lot @layershifter for the effort! I didn't run into any issues yet with the beta besides the probably expected Typescript issues such as https://stackblitz.com/edit/react-ts-ejdyij?file=App.tsx. @DreierF it's indeed...
[`3.0.0-beta.2`](https://www.npmjs.com/package/semantic-ui-react/v/3.0.0-beta.2) is out 🎉 It fixes `.defaultProps` warnings, TypeScript typings & issues with `appDir` in Next.js. Please try and report issues 🙏
ACK on this, I won't be able to check this in upcoming two weeks, but I will follow up later. Thx
@skondrashov good call, feel free to submit a PR 😉
@jaegerbombb sorry, what means "not written in ES6"?
No, it's a different. Currently possible values: - `mobile only` only on mobile - `tablet only` only tablet - `large screen only` & `widescreen only` for exact resolutions - `computer`...
> How can it be small screen if it's more than tablet? Will it be more clear if I will call it `small computer screen`? 🐱 https://github.com/fomantic/Fomantic-UI/blob/ae0b66459671c6e8f009290f012d5b1db65bdab9/src/definitions/collections/grid.less#L1801 https://github.com/fomantic/Fomantic-UI/blob/0b7630b906b3ad8b8a6d47ac91e424242923e338/src/themes/default/globals/site.variables#L222-L223 ^ it...
This have been fixed in https://github.com/microsoft/fluentui-system-icons/pull/696, please use `@fluentui/[email protected]` & later.
@Xunnamius amazing release ❤️ I have used it to fix tests on Windows (https://github.com/microsoft/griffel/pull/318) and to test a preset (https://github.com/microsoft/griffel/pull/309). > However, if you notice any BC-breaking changes or have...
@patricklafrance hey 👋 It's also what I expect 😺 But, it's to hard to do it without runtime execution especially if `propTypes` will come from other files.