bit icon indicating copy to clipboard operation
bit copied to clipboard

A build system for development of composable software.

Results 264 bit issues
Sort by recently updated
recently updated
newest added

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...

type/bug

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...

type/bug

## 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...

type/help wanted

### 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...

type/bug

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...

type/help wanted

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";`...

type/help wanted

### 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...

type/feature

### 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...

type/bug

### Description * Supports filtered directives on graphql. ### Describe the solution you'd like * Supports filtered directives on graphql. ### Describe alternatives you've considered ### Additional context

type/feature