smtrd3
smtrd3
I am using the typescript template of create-ink-app, backgroundColor in <Text/> component throws this error: TypeError: chalk_1.default[method] is not a function at Object.exports.default (/home/smtrd3/projects/devenv/node_modules/ink/build/colorize.js:21:39) at transform (/home/smtrd3/projects/devenv/node_modules/ink/build/components/Text.js:24:42) at Output.get (/home/smtrd3/projects/devenv/node_modules/ink/build/output.js:40:28)...
### Describe the bug Note that I am running vite under a monorepo setup, specifically using pnpm workspaces. I just bootstrapped the app with react-ts and vite-plugin-checker is the only...
The example shown in readme (solid-start section) does not work out of the box. It shows error `tags array should be passed to in node`, however there is no suitable...