Mario
Mario
> ok, i figure it out. If your are **NOT** using typescript this is the solution suggested by **luis**, using CRACO: > > install modules using npm: > > ```...
This solution seems to work outside of the box in almost all cases. Is there something that I'm missing this fix inadvertently breaking things? > For anyone else ending up...
You can resolve this by wrapping `_this3.focusNextChar(target);` in a setTimeout function with 1ms delay in /dist/ReactIndividualCharacterInputBoxes.js I've made a package with this change https://www.npmjs.com/package/react-individual-character-input-boxes3
> So I messed around with different timeouts and 1ms doesnt seem to make much of a difference but 5ms pretty much eliminates the problem. Thanks for the help OneTusk....
Pretty sure this is the same as this one https://github.com/jellyfin/jellyfin-media-player/issues/299 This is a known problem, I don't think there is anything we can but wait for an update on this...
same problem here
Pretty sure it is `initial:true` by default. I guess the problem for me is that once I have navigated with this method `navigate('Parent'{ screen: 'Child', initial:false }`. Then everytime I...
I have not, what would be the syntax of that and what does it do?
Unfortunately `initialRouteName` didn't work. There is however one methodology I tried which does navigate to the child and doesn't affect the history (so navigation to the parent is fine from...