Antony Jones
Antony Jones
I think a workaround which involves modifying the framework probably isn't ideal! Not at all sure why this is broken suddenly. Do we know what the last working version of...
If that fixes it then it's very easy for us to just add that wrapper inside the component I think.
Hi There, It would be possible to add a method which allows triggering of the modal. You basically just need to `export` a function from the main component. I'd happily...
btw, I think the second feature was also requested here https://github.com/beyonk-adventures/gdpr-cookie-consent-banner/issues/7
> > Out of interest, how is browser compatibility for CSS vars? > > @antony [Quite good in my opinion.](https://caniuse.com/#feat=css-variables) Definitely acceptable in for my work. > Unfortunately lack of...
Short of adding ponyfills (note, it is indeed a ponyfill, you have to run it for each new element), which seems like overkill for one property, I think we'd need...
@fujeffrey1 I'm not talking about multiple `NotificationDisplay` components, I'm saying, if you create a custom notification size it will resize all other notifications which already exist on the screen, since...
@mehdiraized then have a think about how we can work around the issue mentioned above and we can progress the PR.
In a few months we can merge this, since IE11 will be truly dead!
Hi @ilPas You can use the package with React by following the Javascript instructions in the README. I'm afraid I don't use React so I can't give any more specific...