Results 3 issues of buruss

Even though I've omitted "defaultOption", ReactstrapSelectInput component inserts one blank option at the top of the dropdown. I think "defaultOption" should be inserted only when that "defaultOption" value is not...

### What happened? throws "decrypt_encrypted_value failed" error only when passing custom path to chromium_based(). import rookiepy db_path = "D:\\temp\\cookie2\\Default\\Network\\Cookies" key_path = "D:\\temp\\cookie2\\Local State" cookies = rookiepy.chromium_based( db_path=str(db_path), key_path=str(key_path), domains=None )...

bug

## Problem Description When using rc-tabs, tab click events can fire multiple times unexpectedly, especially when the component re-renders frequently. This happens because the `onInternalTabClick` function is recreated on every...