Hritik Bakshi
Hritik Bakshi
``` 213 if return_transform is not None: 214 raise ValueError( --> 215 "`return_transform` is deprecated. Please access the transformation matrix with " 216 "`.transform_matrix`. For chained matrices, please use `AugmentationSequential`."...
Added React.memo to Input, Suggestions and Tag components

**Steps to reproduce:** 1. 2. 3. 4. 5. **Expected behaviour:** Developer should be able to pass a prop of number value to the MentionInput component to only allow the trigger...
## Prerequisites - [x] I am running the latest version - [x] I checked the documentation and found no answer - [x] I checked to make sure that this issue...