Glenn Flanagan
Glenn Flanagan
I think if add the ability to override `this.contentId` this would be a quick workaround? The users using SSR can set it theirselves preventing the difference at re-hydration
@darshantejani007 the workaround for now would be to set your Collapsible to be a dynamic component so it doesn't go through SSR - not ideal but at least you can...
Yes that is really nice - if we can do the hook version alongside the old class way of doing it too that'd be amazing. I definitely don't have the...
Discussion open here https://github.com/glennflanagan/react-collapsible/discussions/234
@MatheusRich's solution is the only one that worked for me as the `p:empty` doesn't help if you have `:last-child` CSS selectors.
@helmutgranda this is currently the workflow I have to endure to work on any AEM project. My point is I shouldn't have to be forced to use another Adobe product...
Hey @dorukeker, I was using a Mac when I was running into this issue. Running on Node v6 NPM v3. I've not checked on another machine yet to see if...