Time: Fri Jan 29 00:27:18 2021
Count: 1
Stack: Interface\AddOns\Neuron\Neuron-GUI.lua:843: attempt to index field 'text' (a nil value)
[string "=[C]"]: ?
[string "@Interface\AddOns\Neuron\Neuron-GUI.lua"]:843: in function `updateBarName'
[string "@Interface\AddOns\Neuron\Neuron-GUI.lua"]:976: in function <Interface\AddOns\Neuron\Neuron-GUI.lua:976>
When I comment out Neuron-GUI.lua:843, renaming bars seems to work as expected. /dump on Neuron.CurrentBar.text confirms that this table field does not exist.
There's an error when trying to rename a bar:
When I comment out
Neuron-GUI.lua:843
, renaming bars seems to work as expected./dump
onNeuron.CurrentBar.text
confirms that this table field does not exist.