nx icon indicating copy to clipboard operation
nx copied to clipboard

Smart Monorepos · Fast CI

Results 1196 nx issues
Sort by recently updated
recently updated
newest added

## Current Behavior Error during storybook configguration creation ## Expected Behavior No errors ## Steps to Reproduce ``` const AnyOfCustomOperatorComponentNew = (props: any) => { const onValueChanged = useCallback( e...

type: bug

## Current Behavior When triggering a react-native app from within Xcode in Debug build configuration I get the error: `Error: Unable to resolve module ./src/main from /Users/nathanjulianomeibergen/Documents/development/happynrwl/.` ## Expected Behavior...

type: bug

Hello, Is there a way to overwrite the library type to "variable" instead of "Module" in the withModuleFederation plugin?

type: feature
scope: react

## Current Behavior We use environment variables to point to different aws resources in our dev, test, and prod environments. Locally, we use a .env file, and prefix all of...

type: bug
scope: core

## Current Behavior At this moment we have 291 buildable libraries in our repo and one application that uses them all. Before migration from Angular application to NX Angular application...

type: docs
scope: angular

## Current Behavior When `nx format:write` is triggered, `nx.json` and `typescript.base.json` get reformatted. Mainly it seems to be an issue on who decides how arrays are formatted. ![image](https://user-images.githubusercontent.com/86342787/188579547-5b554dbe-2e7a-45a8-a6cd-f64995bfe846.png) ## Expected...

type: bug
blocked: third-party
scope: misc

## Description This PR introduces a pattern of separate `*.routes.ts` files for generated routes. The idea behind this is fairly straightforward. Routes will always live in a separate file where...

target: next major version

- [x] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md)) ## Description Currently, when using `@nrwl/web:webpack` with a custom config, there is no way how to generate a custom...

type: feature
scope: react

closes #12148 ## Current Behavior ## Expected Behavior ## Related Issue(s) Fixes #

## Current Behavior We currently re-export `hot`, `cold`, `getTestScheduler` and `time` from jasmine-marbles at `@nrwl/angular/testing`. This is deprecated. ## Expected Behavior We should encourage users to use `jasmine-marbles` directly. Remove...

target: next major version