Wouter Deen

Results 5 comments of Wouter Deen

I have the exact same issue. I've found that this only occurs with nested functions. Given the time between updates on this project, I don't have much fate in this...

For me, it ended up being cleaner to just have a one return statement with some conditional rendering inside. That also solved the problem of it flickering because it was...

I might be missing something here, but my url prop was literally just url="fileurl.mp4". It had nothing to do with an array and the player would still immediately flicker upon...

I rewrote my code to use conditional rendering, hence fixing the issue. I don't have any code sample, but I think it had to do with the fact that I...

Same issue here. For me it's at a button and the error I get is `Extra attributes from the server: control-id`. Edit: no matter what button component I add or...