Bailey Zhang
Bailey Zhang
@trentmwillis Same here. The loading template shows up until the JavaScript file and CSS file are downloaded.
Just want to confirm whether this issue is fixed.
Same issue here. Already used ``` if (name == 'not-existing-path') { return false; } ```
Same issue here.
How did it go?
Same issue here. It only displays an empty div in mobile view.
I checked the source code: https://github.com/react-component/tabs/blob/df61cb75901e4e9b5441fab3959a828a11f60596/src/TabNavList/OperationNode.tsx#L155 It depends on the 'isMobile()' result, And it cannot be affected by props. Could we convert it to a configurable prop?