You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering issues while using the LinkPreview plugin in my React application. While the plugin works as expected for certain URLs, it intermittently throws errors for others. Additionally, some URLs that previously worked suddenly return errors, and the response time for fetching previews is notably long.
I have integrated the plugin as follows: import React, { useCallback, useEffect, useMemo, useRef, useState } from "react";
import Loading from "./CreatePost/Loading";
import LinkPreview from '@ashwamegh/react-link-preview'
The text was updated successfully, but these errors were encountered:
pooja-itechnolabs
changed the title
=LinkPreview Error: You need to provide url in props to render the component Error Component Stack
LinkPreview Error: You need to provide url in props to render the component Error Component Stack
Dec 10, 2024
Hello @ashwamegh ,
I am encountering issues while using the LinkPreview plugin in my React application. While the plugin works as expected for certain URLs, it intermittently throws errors for others. Additionally, some URLs that previously worked suddenly return errors, and the response time for fetching previews is notably long.
I have integrated the plugin as follows:
import React, { useCallback, useEffect, useMemo, useRef, useState } from "react";
import Loading from "./CreatePost/Loading";
import LinkPreview from '@ashwamegh/react-link-preview'
function LinkPreviewComp({ closed, ...props }) {
}
export default React.memo(LinkPreviewComp);``
Despite this, I am experiencing the following issues:
example URL's that are not working:
https://yopmail.com/wm
https://www.facebook.com/friends
The text was updated successfully, but these errors were encountered: