Greg McKelvey

Results 16 comments of Greg McKelvey

My bad! I was able to repro this by turning the tsconfig option `"noUnusedLocals": true`. This is a setting I'd like to keep on... Let me know if there is...

Hmmm... that's bizarre. My error appears consistent. and yes, we have a vite project, pretty much like the stackblitz example

@swalker326 Sorry, just realized the React errors on `main.tsx` and I have no idea why not seems to be exportable from `@portabletext/react`... However, it still isn't building and I think...

I found that setting the width to `min-content` helped avoid hard coding any values and `!important` s ``` .MuiPhoneNumber-flagButton { width: min-content; } ```

@fnowacki Is there anything else I need to do for this to be merged?

Perhaps if there were some examples of how a move to React-spring would look like for a package, we could do it incrementally? I'd be willing to do a package...

For what its worth, I got this error as well until I added a `.yarnrc.yml` file to my project. I think the logic in [MRM-core](https://github.com/sapegin/mrm/blob/8d976d89a8c184e183edb96d281af0a823530010/packages/mrm-core/src/npm.js#L300-L302) depends on finding that file...

Have you tried changing your button to `type='submit'` and your `` Plus a submit button gives you accessibility built in.

@doublejosh I think i get your example, but where does the type `tableBlockContent` come from??

I'm also running into this issue. We end up with a 152kb package that just handles our generated connect-web code 😬 I think I may put it in a manual...