Sven

Results 3 issues of Sven

I cannot reproduce that issue, but we get that error logged very frequently in Sentry error tracking: "TypeError: Cannot read properties of undefined (reading 'events')" Here `e.data.events.preShow(t,e)` is called, but...

"dz-max-files-reached" CSS class is not set on initialization. If already the max. num. of files are set to the preview containter it should also be set by dropzone.

Using v4.2.3, we are unable to logout a user using these: ``` Request.GetOwinContext().Authentication.SignOut(); Request.GetOwinContext().Authentication.SignOut(DefaultAuthenticationTypes.ApplicationCookie); Request.GetOwinContext().Authentication.SignOut(DefaultAuthenticationTypes.ExternalCookie); HttpContext.GetOwinContext().Authentication.SignOut(DefaultAuthenticationTypes.ApplicationCookie, DefaultAuthenticationTypes.ExternalCookie); ``` With 4.2.2 there is no issue logging out.