Skip to content

issues Search Results · repo:react-bootstrap/react-router-bootstrap language:JavaScript

Filter by

0 results
 (53 ms)

0 results

inreact-bootstrap/react-router-bootstrap (press backspace or delete to remove)

It a simple matter to make a version of this library with react router v7. basically, its change the peer dependency from react-router-dom to react-router and import that at the top of LinkContainer.js, ...
  • mikeycoxon
  • 2
  • Opened 
    on Jan 15
  • #326

The react-router-dom dependency in LinkContainer seems to be causing an issue when using the new react-router dependency in your project in V7.
  • sam-f
  • Opened 
    on Nov 23, 2024
  • #322

Apparently react is going to deprecate defaultProps in favor od JS default parameters: https://react.dev/learn/passing-props-to-a-component#specifying-a-default-value-for-a-prop This is what I am seeing ...
  • raffaeler
  • 6
  • Opened 
    on May 17, 2024
  • #317

It would be nice for LinkContainer to work for Form/ elements, or another component be provided for these (like, FormContainer/.
  • Marclev78
  • Opened 
    on Apr 18, 2024
  • #316

Looks like upgrading @types/react to anything past 18.2.21 has broken this (and some other libraries as well).
  • ipb26
  • Opened 
    on Oct 3, 2023
  • #314

I am using bootstrap dropdown list, when user attend to change an option, the active class of nav-link is removed automatically (while there is no change in URL and we are still in that page). the dropdown ...
  • panizrostamkalaei
  • Opened 
    on Sep 15, 2023
  • #313

Using react-router-bootstrap 0.26.2, react-router-dom 6.8.2 and react-bootstrap 2.7.2 If I had a URLSearchParams to the prop to of LinkContainer I get an error : Cannot include a ? character in a manually ...
  • PaulCordo
  • 1
  • Opened 
    on Jun 8, 2023
  • #310

I couldn t pin point the culprit, but sometimes I get these errors on development: utils.ts:781 Uncaught Error: useNavigate() may be used only in the context of a Router component. at invariant ...
  • goldylucks
  • 2
  • Opened 
    on Jan 1, 2023
  • #307

In React Router V6, state is no longer in the to object and so needs to be passed independently to navigate. Right now, a state parameter is just ignored. I m happy to work up a PR for this.
  • agawley
  • Opened 
    on Jul 4, 2022
  • #302

The following code will cause a runtime error: LinkContainer to={{ search: updateSortSearchParams( hi ) }} Dropdown.Item hi /Dropdown.Item /LinkContainer Whereas this will not ...
  • agawley
  • 1
  • Opened 
    on May 18, 2022
  • #299
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub