rexkenley
rexkenley
Hi, does your plugin address this issue? https://github.com/evanw/esbuild/issues/2298#issuecomment-1146378367 Thanks.
## Summary I am using rollup to create a library that has fluent-ui. I am getting this error.  devDependencies "@fluentui/react": "^8.65.1", "@fluentui/react-hooks": "^8.5.4", "@rollup/plugin-node-resolve": "^13.2.1", "rollup": "^2.70.2", "rollup-plugin-cleaner": "^1.0.0",...
**Describe the bug** The interaction test works fine in the browser.  However, it doesn't work when run with npm t   **To Reproduce** https://github.com/rexkenley/rollupError npm t .\stories\components\USID\USID.spec.tsx **System**...
I am using a package called [react-social-icons](https://www.npmjs.com/package/react-social-icons) that is causing an [error](https://rollupjs.org/guide/en/#error-name-is-not-exported-by-module) when I try to build my library. How do I fix it? (I did some research and it...
I have this configuration .commitlintrc.json ``` { "extends": ["@commitlint/config-conventional"], "rules": { "scope-empty": [2, "always"], "scope-enum": [2, "always", ["a", "b", "c"]], "subject-case": [ 2, "never", [ "lower-case", "upper-case", "camel-case", "kebab-case", "pascal-case",...
## Current Behavior Install new @nrwl/workspace@15 results in peer dependency error ## Expected Behavior Install new @nrwl/workspace@15 with no dependency error ## Steps to Reproduce npm i @nrwl/workspace@latest ### Failure...
**Describe the bug** When running the tool, it complains about a missing _internal folder. My current work around is to manually create the folder.  **Expected Behavior** The tools should...
We have a kebab case global object that is being erroneously identified as having brackets. I think this is a bug. 
Hi I have 2 questions, thanks for your help. I am using bootstrap for styling. 1.) How do you keep 2 TypeAhead on the same line? The second TypeAhead always...
1.) How do I control the width and height of the editor? 2.) Where can I find the type for editor config? I want to create a props object correctly....