acc-nicholas

Results 8 comments of acc-nicholas

Anyone have a similar issue with the controls addon? I've got everything dark but that portion of the UI. ![image](https://user-images.githubusercontent.com/50001189/144913511-51c0cb29-b3b9-4d20-852b-72f6083f3b4e.png)

I see: > test is it can work with native `label` and not just our `Label` does that mean it already works with radix `Label`? If so, can you provide...

I'm running into the same root issue. After adding `"packageRoot": "dist/libs/{projectName}"` to my nx.json, that solves the problem of the correct compiled code packed and published to the registry. But...

i tried adding `dependsOn` to my `nx.json`, but that also didn't work. ``` "nx-release-publish": { "dependsOn": ["build"], "options": { "packageRoot": "dist/libs/{projectName}" } }, ```

I still don't have a fix for this. Is my only option to spend time figuring out my own custom release script like @lorenzodejong has done? Not sure why this...

I'm having a similar issue: `[vite] Internal server error: No known conditions for "./node" specifier in "msw" package` This works: ``` import { handlers } from "../mocks/handlers"; // Initialize MSW...

Normal mocks do not get hoisted with esm: https://jestjs.io/docs/manual-mocks#using-with-es-module-imports Prescribed method of mocking (that i can't get working): https://jestjs.io/docs/ecmascript-modules#module-mocking-in-esm

Related discord post: https://discord.com/channels/1143497901675401286/1209588204127256707