issues Search Results · repo:reactjs/react-tabs language:JavaScript
Filter by
269 results
(101 ms)269 results
inreactjs/react-tabs (press backspace or delete to remove)In the UncontrolledTabs component, default props are merged using object spreading:
const { className, ...attributes } = { ...defaultProps, ...props, };
Even the defaultProps.className is defined ( react-tabs ...
benjaminliugang
- Opened on May 28
- #581
It is possible to obtain the index number of the first selected tab, but it seems impossible to obtain the dom element
itself. Is there a way?
Cseohee
- Opened on Dec 19, 2024
- #571
Found: react@19.0.0
npm error node_modules/react
npm error react@ 19.0.0 from the root project
npm error
npm error Could not resolve dependency:
npm error peer react@ ^18.0.0 from react-tabs@6.0.2 ...
fhg-isi
- 1
- Opened on Dec 17, 2024
- #569
I am unable to get this component running in the astro framework.
To reproduce you can create a new astro app with react support, e.g.
yarn create astro
cd to-your-project
yarn astro add react
# I had ...
1R053
- 1
- Opened on May 4, 2024
- #558
This doesn t work as the container div s width is too small to hold the wide tab.
import { useRef, useEffect, useState } from react ;
import { Tab, Tabs, TabList, TabPanel } from react-tabs ;
import ...
ziyuang
- 1
- Opened on Mar 24, 2024
- #549
I am doing memo both on tab creation component as well as the component within each Tabpanel As per my understanding,
this does display:none css trick with the outer TabPanel div but the entire subtree ...
ishandutta2007
- 7
- Opened on Feb 2, 2024
- #547
Firstly, thanks for this great lib. The focus on a11y is a huge +1.
The UI I m aiming for is a tab-strip with all the tab panels closed, and a tab is activated only when the user selects a
tab. It looks ...
rakeshpai
- 1
- Opened on Jul 22, 2023
- #525
Disabled tabs do not currently accept focus when navigating via keyboard and this is confusing for screen-reader users.
Eg. assume we have 3 tabs, the second of which is disabled. For a screen reader ...
mikefarquhar
- 3
- Opened on Jun 7, 2023
- #521
I m on version 4.2.1 and currently working on rewriting our implementation of react-tabs to TypeScript (not planning to
bump the major version to 5 for now, just working on migrating it from JS to TS). ...
javed24
- 2
- Opened on Mar 30, 2023
- #516
I am getting following warning on React project with react-tabs. Can we resolve that warning? Thanks
tabs-defaultProp-warning
beginner friendly
bug
help wanted
bsejawal
- 5
- Opened on Mar 29, 2023
- #514

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.