You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If you create a permit using enablePermit API and after this creation you called a withPermit query, the permit is undefined in the context, therefore is not sent in the withPermit query. You need to reload the page in order to get the actual permit.
To Reproduce
Create a button to create a permit using enablePermit API
Just after a successfully permit creation execute a query permit
Click the button you just created
Check network tab in browser dev tools
Check console in browser dev tools
Expected behavior
The expected behavior would be that after a successfully creation of a permit it would be available. No need to reload the page for this to be available.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: [iOS]
Browser: [Brave]
Version [1.39.122 ]
Additional context
If you use permitManager.add you don't run in any issues.
The text was updated successfully, but these errors were encountered:
Describe the bug
If you create a permit using
enablePermit
API and after this creation you called awithPermit
query, the permit isundefined
in thecontext
, therefore is not sent in thewithPermit
query. You need to reload the page in order to get the actual permit.To Reproduce
enablePermit
APInetwork
tab in browser dev toolsExpected behavior
The expected behavior would be that after a successfully creation of a permit it would be available. No need to reload the page for this to be available.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
If you use
permitManager.add
you don't run in any issues.The text was updated successfully, but these errors were encountered: