benjgil

Results 20 comments of benjgil

Can you please run the same command with --log=error and then paste the error stack trace?

@MagnesiumDev Thanks for pointing this out - the pointers are indeed not portable between envs, and the env template should have its own local file references. @piotrkulpinski that's also what's...

This has been fixed from v 1.0.15 of bitdev.node/node-env closing

@davidfirst It turns out that this was because the command was run from an internal directory inside the workspace, and not from the workspace root dir. AFAIU that's still a...

Hi there You'll need to add the type declarations to the env that you've set for the components. I would fork the community-react env, add another .d.ts file with the...

This looks to be an issue with how this library interacts directly with @svgr/webpack, which is essentially a webpack-only package. Because monorepos (and monorepo-like tools like bit.dev) dont hold all...

I'm now getting a `replaceSync is not a function` error when trying to test a react component that has a stencil component as a deep-ish dependency. Not sure why this...

thanks @maxrrv - that is very helpful and fixes the issues we were seeing Re the Stencil version, we're using an internal design library that brings in the stencil version,...

There is no minimal repro beyond the attached snippets. Just run that snippet in an empty react application and sometimes the menu items will appear below, sometimes above I can...

@danielleroux Found the issue - IMO it's a bug but do with it what you will We'd inadvertantly added the `home` attribute to all IxMenuItem's, and during some transitions -...