fgfmichael

Results 7 comments of fgfmichael

NOTE: if we do implement this change we would need to add additional configuration that allowed users to specify if the browser is left-right or right-left if my understanding of...

it appears that if you set `direction: rtl` at the body of the document that the issue mentioned in the blog post occurs. I tested swapping out margin/padding from left...

Hi @shilman I had a go at that package, wasn't able to get it to work. That being said, the issue is to to with transplantation which I wouldnt imagine...

I've just tested CRA with @homenkovit workaround and I can confirm it worked. Unfortunately the closed source project I am working on which was a while ago based on CRA...

Given our application isnt doing anything all that complicated I might see if I can get a drop in replacement for latest webpack up and running, would be good to...

@tooppaaa I will need to make time to go back over my repo steps to test if it now works in a blank CRA app, however when I added the...

I have tried to implement via @restrry solution however I get the following error: ``` Error: "fork: argument of type {context, fn} has undefined or null `fn`" ``` this happens...