Results 70 comments of Aquib Baig

Is there something I can help you with?

@jonathontoon I'd be happy to help :)

use ```diff useEffect(() => { if (names[id]) { names[id].push(ref); } else { names[id] = [ref]; } + names[id] = names[id].filter((n) => n.current !== null); }, [id, ref]); ```

@virtualmayur It is better if you explore the bundle's source code for your use case. I did that and it's useful.

How do you expect to read the variable `item` in javascript? This would be available only in the for loop right?

@beamop So, what's the other way around?

@PDirkx Are you getting this error `Unable to find template "MgiletNotificationBundle::notification_list.html.twig"` cause I am. This happens in case of `{{ mgilet_notification_render(user) }}` function

Notifications are getting stored but are not rendered by the function

> Hello Maximilien, > > Finally I've tested it yesterday, and I like it. Even if it was difficult to understand how to use it. > Finally nothing is impossible...