You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically, I'm using 1.3.0 and its working perfectly:
Dimensions()(FormContent)
but I have the warning:
Wrapper div has no height or width
which I based on github issues 2.0.0 was supposed to solve.
But now I have the problem that pretty much all my styling is 100% messed up and I'm not sure why. 1.3.0 didn't mess with my styling at all and thats what I expect from a HOC.
Can you document how to use this 2.0.0 version without having styles messed up? Right now I see it basically adds this container div with inline styles:
overflow: visible;height: 0px;width: 0px;
but those are really bad styles to be applying to a container div :)
I think this is related to:
#50
Basically, I'm using 1.3.0 and its working perfectly:
but I have the warning:
which I based on github issues 2.0.0 was supposed to solve.
But now I have the problem that pretty much all my styling is 100% messed up and I'm not sure why. 1.3.0 didn't mess with my styling at all and thats what I expect from a HOC.
Can you document how to use this 2.0.0 version without having styles messed up? Right now I see it basically adds this container div with inline styles:
but those are really bad styles to be applying to a container div :)