I noticed that the TextCell does not have a debounce mechanism when handling modifications, causing every keystroke to trigger handleChange .
Therefore, I plan to create a new cell that adds a debounce mechanism while staying as close as possible to the original TextCell .
However, I encountered an issue when registering this new cell. The data and handleChange of props disappeared.
I’m not sure which step went wrong. I strictly followed the TextCell structure when writing my custom cell. Could you please identify which part might be causing the issue?
This might be a simple issue, and I must have overlooked something critical. Thank you so much for providing suggestions!
I think my question is solved, if i have some questions, i 'll ask again. Think for this community!I also hope my experience can help others facing similar issues.