mantime vs chakra

I need a component libary😔
29 Replies
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
n1xx1
n1xx12y ago
i like chakra
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
barry
barry2y ago
I hate Chakra Mantine is cool but I don’t like the complexity it brings I’ll stick to headless ui or radix
mqix
mqix2y ago
Wel i ended up picking mantime, and i like the experience
Christian Lind
Hey - have you gotten chakra to work with create-t3?
Neto
Neto2y ago
chakra is a basic component library there shoudnt be any big issue with it
Christian Lind
I'm getting a weird TS error. Expression produces a union type that is too complex to represent.ts(2590) @Neto Have any idea what this means?
Neto
Neto2y ago
where is the issue? i used chakra with t3 before and worked fine
Christian Lind
So this is the code import { Heading } from "@chakra-ui/react"; import React from "react"; const Lol = () => { return ( <div> <Heading as="h1" size="2xl"> Lol </Heading> </div> ); }; export default Lol; giving me an error on the heading component, but it happens whenever and however i try to use chakra
Neto
Neto2y ago
let me check
Christian Lind
Thanks man! Same issue when i tried using a Button Component - really strange
Neto
Neto2y ago
here on a fresh project worked fine
Neto
Neto2y ago
Christian Lind
hmm, why would it not work for me then? I'm also using a fresh project
Neto
Neto2y ago
restart tsserver and check
Christian Lind
done that is the typesetting : Nextpage important?
Neto
Neto2y ago
no is a .ts or .tsx file
Christian Lind
a tsx
barry
barry2y ago
vscode?
Neto
Neto2y ago
can you show a screenshot of the whole page code? with naming and such
Christian Lind
yeah
barry
barry2y ago
do vscode command palette and do Select TypeScript version command and select Use workspace version
Christian Lind
thx barry, that fixed it! what does the fix do, and what was the issue?
barry
barry2y ago
GitHub
an emitter with 239 events breaks type check, throw ts2590 Expressi...
Bug Report I wrote a framework (namely koishi) which uses a fully-typed event emitter implemented by itself. However when I create more events (totally 239), the type check just broke with an error...
barry
barry2y ago
idk just googled it
Neto
Neto2y ago
lmao
barry
barry2y ago
GitHub
TypeScript: Expression produces a union type that is too complex to...
🐛 Bug report in some cases, instead of updating the theme, we want to change some defaults in components directly, to fit a more opinionated approach, and proxy ChakraUI components ... f.ex: import...
Christian Lind
thanks guys 🙂
Want results from more Discord servers?
Add your server