omerfaran
omerfaran
Hey @pwizla for sure no problem! Would love to contribute more if needed, let me know(:
Hey @pwizla yes of course that's no problem at all, just let me know And thanks for keeping my posted(:
Hey @pwizla sure no problem (: thanks for letting me know
Hello @pwizla Thanks for your explanation. Yes sure I would like to update it(: Can you please assign me? And I will look into it Have a nice day
Thanks @pwizla sorry for the delay, I just submitted the PR, thanks
> @omerfaran Does this change fix your issue? > > ```js > MuiConfig.settings.renderField?.(props, MuiConfig.ctx) // THIS LINE THROWS THE ERROR > ``` Yes, thank you very much! Keeping open
Alternatively is it possible to render your own Select/Autocompelte? I found this thread from 2019, but the attached link not working: https://github.com/ukrbublik/react-awesome-query-builder/issues/109 Thanks
What I found is that you can intercept each relevant component and force it to using the app's Mui theme that does have a reference to the shadow DOM, something...
> For me it was the missing `package.json` in the buildable libraries. Added a `package.json` with `name` and `version` and everything worked fine. Exactly what worked for me just now!...