Daniel Tschinder
Daniel Tschinder
I think you are confusing me with someone, I'm not sure what this is about :)
researchgate/grunt-changed is basically also a fork of grunt-newer, but changed to work on filechanges. If you have ideas on how we could share stuff between this two projects, we are...
Not currently. The ids have to be generated at the moment, as the are cross referenced inside the tabs. But maybe we can change that so that it uses provided...
This is only about replacing the selectedIndex with custom identifiers. For DOM ids you can use https://github.com/reactjs/react-tabs#resetidcounter-void to reset the id counter in the ssr app.
The styles have changed since this was reported, we do not set any style on focus anymore. I tried `:focus-visible` but couldn't get it reliably to work. Sometimes it would...
@bmsterling I think this can be done now with react-tabs itself by simply doing. ```js ... content ``` or as HOC: ```js export default function MyTabList(props) { return ( {props.children}...
How do you use react-tabs? This should not happen, as the counter is never reset unless you do that yourself or include react-tabs multiple times (like physically in your bundle)
That sounds amazing. I'm not versed enough why this happens. Will check this in one of my projects.
Same here we are not able to update to any version >= 0.23 because of this. We have custom css classes with flexbox but an additional diff breaks this.
In version 6 it will be possible to use a comment to mark a function as a component with `@component`.