Skip to content

issues Search Results · repo:TheSGJ/nextjs-toploader language:TypeScript

Filter by

66 results
 (50 ms)

66 results

inTheSGJ/nextjs-toploader (press backspace or delete to remove)

I m using next.js 15 with App Router. I have the following effect in my component: useEffect(() = { const handleBeforeUnload = (e: BeforeUnloadEvent) = { if (form.formState.isDirty) { ...
  • CoDanny
  • Opened 
    12 hours ago
  • #115

When navigating between pages by submitting a form, the top loader does not display. For example, with this code when hitting enter or clicking the search button the top loader will not display. form ...
  • switchtrue
  • Opened 
    on Jan 28
  • #113

hi! 👋 i m using this great library in my projects, and I ve been thinking that it would be great to allow triggering the next top loader on demand, e.g. when some network requests is launched. this would ...
  • cjurjiu
  • 2
  • Opened 
    on Jan 6
  • #112

Hi, I ve noticed that infinite loading occurs when using e.preventDefault() or e.stopPropagation() inside onClick events inside the children of a Link. When a button inside a link is clicked, if that ...
  • jaksakecojevic
  • 2
  • Opened 
    on Jan 3
  • #111

hello, I would like to add a custom exclusion rule to the initialization props, for example: exclude={[ // Exclude via data attribute [data-next-top-loader-exclude= true ] , // Exclude specific ...
  • ElijZhang
  • Opened 
    on Dec 31, 2024
  • #110

https://github.com/TheSGJ/nextjs-toploader/blob/461a78d7704939d8f72f1a02263e3e0adf0432c3/src/index.tsx#L244 this line has bug, because i can set my link as a href= /page target= _rules / so that all the ...
  • jcyuan
  • Opened 
    on Dec 27, 2024
  • #108

Hello, I ve successfully implemented top-loader in several of my Next.js 14 projects with great results. However, I ve noticed that it s no longer functioning in my latest project using Next.js 15. image ...
  • mrdexign
  • 2
  • Opened 
    on Dec 9, 2024
  • #105

Description Installing nextjs-toploader breaks Vercel deployments with Next.js 15, even when the package is not imported or used in the codebase. Error Message TypeError: Cannot read properties of null ...
  • afroguy16
  • 1
  • Opened 
    on Nov 22, 2024
  • #103

I have the following component which have a Link and inside it a Button. The button handler makes use of e.preventDefault() an e.stopPropagation(). Link href={`/product/${product.code}?currency=${selectedCurrency._id} ...
  • elC0mpa
  • 1
  • Opened 
    on Nov 21, 2024
  • #102

nextjs-toploader not worked on next 14.11.3 it not show loading although with direct use in rootlayout
  • pooooriya
  • 1
  • Opened 
    on Nov 16, 2024
  • #101
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