29 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
i like chakra
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
I hate Chakra
Mantine is cool but I don’t like the complexity it brings
I’ll stick to headless ui or radix
Wel i ended up picking mantime, and i like the experience
Hey - have you gotten chakra to work with create-t3?
chakra is a basic component library
there shoudnt be any big issue with it
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?where is the issue?
i used chakra with t3 before and worked fine
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 chakralet me check
Thanks man!
Same issue when i tried using a Button Component - really strange
here
on a fresh project
worked fine
hmm, why would it not work for me then?
I'm also using a fresh project
restart tsserver
and check
done that
is the typesetting : Nextpage important?
no
is a .ts or .tsx file
a tsx
vscode?
can you show a screenshot of the whole page code?
with naming and such
yeah
do vscode command palette and do
Select TypeScript version command
and select Use workspace version
thx barry, that fixed it!
what does the fix do, and what was the issue?
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...
idk
just googled it
lmao
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...
thanks guys 🙂