You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error is: "...ek/.local/share/nvim/lazy/nui.nvim/lua/nui/tree/init.lua:450: attempt to index field 'linenr' (a nil value)" and it comes from Nui’s tree component.
It might be that NuiComponents incorrectly modifies the _ property and removes the linenr property.
Description
In a tree component, when I set the data property to a signal value and update it, no changes happen.
This behaviour is associated with an error thrown in
nui-components.nvim/lua/nui-components/tree.lua
Line 256 in caecfe2
The error is:
"...ek/.local/share/nvim/lazy/nui.nvim/lua/nui/tree/init.lua:450: attempt to index field 'linenr' (a nil value)"
and it comes from Nui’s tree component.It might be that NuiComponents incorrectly modifies the
_
property and removes thelinenr
property.Repro
Current Behavior
When writing filter text, the tree component remains unchanged.
Expected Behavior
When writing filter text, the tree component updates with new entries.
NuiComponents version
1.5.2
Neovim version
0.10
The text was updated successfully, but these errors were encountered: