Chris Freeman

Results 5 issues of Chris Freeman

Hi there, I've recently been experimenting with using Signals in React and have discovered a strange behavior when using it in concert with React Router. It seems that when you...

react

When trying to generate a production build in a Vite react app, we get the following error: ``` 'default' is not exported by react/jsx-runtime, imported by node_modules/@preact/signals-react/dist/signals.module.js ``` It appears...

react

Hello! I was wondering if there's any to use `PropTypes.shape` with an EmberObject? I know you can use `instanceOf` to check that a thing *is* an EmberObject, but I'd also...

I'm encountering an issue where CSS that has been included from `node_modules` via Broccoli-Concat is not making its way into the production build. You can see this approach being used...

When extending a tsconfig that includes a glint configuration , glint doesn't follow the `extends` and, therefore, does not recognize that any config is present. I've created a reproduction here:...

bug