Closed Nabhag8848 closed 6 months ago
@Nabhag8848 is attempting to deploy a commit to the OpenInt Team on Vercel.
A member of the Team first needs to authorize it.
Thank you for following the naming conventions for pull request titles! 🙏
@jatinsandilya
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
revert-client | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | May 15, 2024 7:39am |
Description
Allow connection only when config values are not null, undefined.
On the Initial Renders config props could be null or undefined that wouldn't mean they intend or passed that strict value.
Handling "Revert is Loaded or not" on open, inOrder to not give console errors on every initial renders if the value is null or undefined.
In React Example we are disabling the button -> Inorder to check comment out disabled in button.
React
https://github.com/revertinc/revert/assets/65061890/6945c865-4d2d-4734-b1c2-9d1fad90051e
Vue
https://github.com/revertinc/revert/assets/65061890/c4c614b0-f15d-4057-b870-600bf1e7d647
Fixes #564
Type of change
Checklist: