Diaconita Costi

Results 5 comments of Diaconita Costi

Hi. I am using v0.0.9-0 of react-code-blocks with react v16.14.0 and I am still getting this error? Do you have any updates on this? Thanks!

Hi! I am using ^1.0.0-rc.31 version but I have the same issue. Do you have any updates on this? Thanks!

Hello @guillaume-chervet ! I have the same issue in the following case: 1. Open **tab1** with **app1**, that has **clientId1** and login with **user1**. 2. Open **tab2** with **app2**, that...

Hi! I am using v7.13.6 and my config looks like this: ``` { client_id: env.REACT_APP_IDENTITY_CLIENT_ID, authority: env.REACT_APP_IDENTITY_AUTHORITY, redirect_uri: `${root}${AUTH.CALLBACK}`, silent_redirect_uri: `${root}${AUTH.SILENT_CALLBACK}`, scope: 'openid profile ' + env.REACT_APP_IDENTITY_SCOPE, refresh_time_before_tokens_expiration_in_second: 40, service_worker_relative_url:...