Nanthakumar J J
Nanthakumar J J
@etianen Thank you so much for this amazing LDAP Package for Django and I would like to contribute to this project if time permits.
Could you please elaborate on this. Because I am also using django 4 this package works fine.
> Hey Guys i write a react componet to login to OPENID but have a error : > Failed to load https://sso.csoc.net/openid/authorize?response_type=code&client_id=948084&redirect_uri=https%3A%2F%2Flocalhost%3A4000%2Fopenid%2Fcallback&scope=openid%20auth_web%20openid%20profile%20email&state=qmICanszt40y7HQphWsmd7zg: > > Response to preflight request doesn't pass...
Need to add one more point, the recovered page is giving an empty List.. 
Will this be fixed in upcoming versions?
It did not work fine for React 18 #565
Any updates? Does someone have any workaround for this?
> Rendering a component works perfectly in a column: > > ``` > column: { > type: 'custom', > renderComponent: ComponentWithTooltip, // Renders perfectly. > }, > ``` > >...