bit
bit copied to clipboard
A build system for development of composable software.
Hi, I was trying to publish my components to our private Artifactory registry via CircleCI jobs. All the other steps in the only build job work fine but it got...
This is a reference github issue so we can track all the errors related to the switch to React 18. I'm seeing two major sources for errors: 1. Using ReactNode...
## Expected Behavior Type `bit create env aspect/my-env` (as instructed [here](https://bit.dev/docs/dev-services/compiler/using-a-compiler)) from the root of a Bit workspace, a set of Env related code files should be created. ## Actual...
### Description I get the below error when I run `bit tag` command - ``` ✔ installing dependencies using pnpm ✔ running post install subscribers ✔ linking components running build...
### Describe the bug A created template doesn't show up in the `bit templates` list after export ### Steps to Reproduce 1. create template and modify `workspace.jsonc` accordingly. But I...
Expected: Need to update "postcss-preset-env": "6.7.0" to latest verion `7.4.3` in `@teambit/react` So, can I do it in bit config workspace or waiting teambit upgrade? Thanks. ### Description Currently I...
I antd less css need `javascriptEnabled` to compile option. Do you guys have any ideal to overrides `bit.dev` config. 1. In a component i have to import like: `import "antd/lib/button/style/index.less";`...
### Description Currently when running bit on a workspace or a scope, the UI receives the list of components either from the Scope Context or the Workspace Context, depending on...
### Describe the bug Running `bit test` throws a `ReferenceError: FontFace is not defined` error when testing a component that uses the CSS Font Loading API. ### Steps to Reproduce...
### Description * Supports filtered directives on graphql. ### Describe the solution you'd like * Supports filtered directives on graphql. ### Describe alternatives you've considered ### Additional context