Sundar Gautam

Results 2 comments of Sundar Gautam

### Feature Request: Allow Control Over rel="nofollow" for Links in BlockNote Editor **Description**: Currently, the BlockNote Editor automatically applies rel="nofollow" to all links, including internal links. This negatively impacts SEO...

Just use cleanup funciton // Cleanup function return () => { container.innerHTML = ""; }; ``` useEffect(() => { if ( !chartRef.current) return; const container = chartRef.current as HTMLElement; //...