Erik Dakoda

Results 23 comments of Erik Dakoda

It looks pretty easy to add RTL support in Material UI: https://material-ui.com/guides/right-to-left/

@eric-burel Before I complete this I would like your feedback - because it was very useful last time. Originally I was going to call this `registerAggregation()` but then I realized...

@EloyID > The only problem I can see it's that when aggregating, if you have to query all the docs and then pass them to apply new filtering; it won't...

I can have a look at this and see if the example components need to be updated for MUI 4. I am working on `vulcan:ui-material` package right now anyway. @eric-burel...

Hi @webface it works in my localhost. To help you, I would need to know which version of Vulcan, Vulcan-Starter, vulcan:ui-material you are using, and if the following packages/versions are...

The sample Header component is so simple - and it only uses other components that are built into `@material-ui/[email protected]` and `[email protected]` - so not a lot of things can go...

When I add the following to `settings.json` everything works: ``` "apolloSsr": { "disable": true } ``` So this is an issue with SSR. I have had so much frustration with...

The same thing happens to me as well when I run unit tests on my own codebase. It is very strange and annoying. I have done some digging in the...

I am seeing a lot of "Invariant Violation" errors from Apollo 3 in the browser console. They are not causing breaking errors, but they are an indication that the Apollo...