PatrickW
PatrickW
Nice writeup @dfabulich
In what way is it not working? I'm assuming the fact that you're defining a react component within another react component and using dynamic imports doesn't cause the issue.
Could you use the [onLoopComplete](https://lottiereact.com/#onloopcomplete) method to update your segment array to be the shortened one after the first loop? And use the `initialSegment` prop instead of `playSegments`. Something like:...
🎉 This is great news! (and obviously less work..) I am in contact with a few people who are interested in joining me in maintaining the project. Hopefully they jump...
I was thinking something like this 💠Short term roadmap (essential bugfixes which will hopefully restore all core functionality): - `alt` modifier fix https://github.com/greena13/react-hotkeys/issues/269 - `capslock` fix https://github.com/greena13/react-hotkeys/issues/225 - "Left...
This is a duplicate of https://github.com/greena13/react-hotkeys/issues/225
> Has anyone considered attempting to re-focus after paste (command/ctrl + V)? It looks like the first paste is perfectly fine - the textarea blurs on second paste. I'm cautious...
@ritz078 I could help watch over the repo with you. May have a few upcoming features as well.
@ritz078 Having looked at the code, I believe a multi-select could be built _around_ our component (although the dropdown would close on each selection). Maybe the problem could be solved...