BlazorIntersectionObserver icon indicating copy to clipboard operation
BlazorIntersectionObserver copied to clipboard

๐Ÿ”Ž Intersection Observer API wrapper for Blazor applications

Results 13 BlazorIntersectionObserver issues
Sort by recently updated
recently updated
newest added

**Describe the bug** An exception is thrown during the Dispose handler of the IntersectionObserve component when the circuit itself is being disposed. ``` warn: Microsoft.AspNetCore.Components.Server.Circuits.RemoteRenderer[100] Unhandled exception rendering component: JavaScript...

When using ASP.NET Core hosted **Blazor WebAssembly** app it's possible to make use of **server prerendering**. With this technique first user request is responded to by server instantaneously with full...

Hello, I would like to ask how do I go about in using the component inside an iframe? I tried to run the Blazor.IntersectionObserver.Client project in my local environment and...

Hi I have a loader at the end of the page. When the user scrolls to to the end of the page, I want the loader to no more observe...

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.12.9 to 7.23.2. Release notes Sourced from @โ€‹babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...

dependencies

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5. Release notes Sourced from word-wrap's releases. 1.2.5 Changes: Reverts default value for options.indent to two spaces ' '. Full Changelog: https://github.com/jonschlinkert/word-wrap/compare/1.2.4...1.2.5 1.2.4 What's Changed...

dependencies

_Updated, part of the code was not shown in the first post._ First thank you for the great work, I have 1 issue with the code usage: Tried this: `...

Hello, I got the following error in the console after the execution of the logic after checking is the current item is observed. ``` Microsoft.JSInterop.JSException: Failed to execute 'observe' on...