11 questions
0
votes
1
answer
329
views
How to load static files inside react component while creating react library using webpack
I am trying to create custom react library and wanted to load some files [js,data,wasm] from assets folder inside my react component but I am not able to load those files I tried multiple loaders.
if ...
2
votes
1
answer
697
views
rss-parer: this.removeAllListeners is not a function error
i'm trying to integrate news feeds into a website, rss-parser is the library am using for parsing and the website is built with ReactJs. i keeping getting "this.removeAllListeners is not a ...
1
vote
1
answer
377
views
Uncaught runtime error: null is not an object (evaluating 'dispatcher.useState') when using react component from library with useState
I am trying to break my code into separate packages to modularize my react application; doing so requires me to create react components in a separate the library that manages state using useState.
...
0
votes
0
answers
109
views
Cannot read properties of null (reading 'currentTime')
i wanna leave page
but when i do it throws this error
however everything works correctly!
here is my code:
const repeat = useCallback(() => {
const time = audioRef.current.currentTime;
...
0
votes
1
answer
2k
views
Unable to use OwlCarousel in my React Project
I don't have expertise in using React Libraries and Packages. Need some help in understanding the issue I'm facing. I'm using React OwlCarousel for my Project but it shows the error:
"Cannot read ...
2
votes
0
answers
119
views
Local react library testing .... how to achieve that?
Yesterday I asked a very specific question about how to continue with a setup I already started
please see this thread
Obviously I already started this the wrong way ... so now I'm going for a more ...