Nghiệp
Nghiệp
Hey, I found a related issue here, you can refer https://github.com/idiotWu/smooth-scrollbar/issues/369
I have issue with Next.js 13, but [in Next.js 12](https://codesandbox.io/p/sandbox/hopeful-wozniak-d7wk6o?file=%2Fpages%2Findex.tsx&selection=%5B%7B%22endColumn%22%3A28%2C%22endLineNumber%22%3A41%2C%22startColumn%22%3A28%2C%22startLineNumber%22%3A41%7D%5D&workspace=%257B%2522activeFileId%2522%253A%2522cl8skx9ay000hlpge4cua49bz%2522%252C%2522openFiles%2522%253A%255B%2522%252Fpages%252Findex.tsx%2522%252C%2522%252Fpackage.json%2522%252C%2522%252Ftsconfig.json%2522%255D%252C%2522sidebarPanel%2522%253A%2522EXPLORER%2522%252C%2522gitSidebarPanel%2522%253A%2522COMMIT%2522%252C%2522spaces%2522%253A%257B%2522claxlynwv000n3b6htn7krj4m%2522%253A%257B%2522key%2522%253A%2522claxlynwv000n3b6htn7krj4m%2522%252C%2522name%2522%253A%2522Default%2520Space%2522%252C%2522devtools%2522%253A%255B%257B%2522type%2522%253A%2522PREVIEW%2522%252C%2522taskId%2522%253A%2522dev%2522%252C%2522port%2522%253A3000%252C%2522key%2522%253A%2522claxqlz7y005r3b6iyig9ib6p%2522%252C%2522isMinimized%2522%253Afalse%257D%252C%257B%2522type%2522%253A%2522TASK_LOG%2522%252C%2522taskId%2522%253A%2522dev%2522%252C%2522key%2522%253A%2522claxqlx2s004b3b6in5z5yzgl%2522%252C%2522isMinimized%2522%253Afalse%257D%255D%257D%257D%252C%2522currentSpace%2522%253A%2522claxlynwv000n3b6htn7krj4m%2522%257D) works
I don't think so, for the Next.js I usually use `next/dynamic with {ssr: false}` to resolve almost related issues SSR. Maybe `use client` for Next.js 13
@tahonaPL To body scroll without fixed height, you can use `position: fixed` and `height: 100vh` instead.
You can parse the message to HTML and then extract links using regexp or the Cheerio DOM parser. Example: ```js import {HTMLParser} from 'telegram/extensions/html'; import * as cherrio from 'cheerio';...
I experienced exactly the same issue with version `9.5.0`, but 9.4.0 is still working correctly.
Laravel implements the Soft Deleting feature is very flexible https://laravel.com/docs/8.x/eloquent#soft-deleting