Computations created outside a `createRoot` or `render` will never be disposed
I am migrating my React application to Solid and I am encountering some problems.
When using this component that provides me with information about a phone's DDI, I get the error in image 1 and the component is this one:
And I am using this component here:
I tried changing the array to a function, like this:
But I still get errors, as shown in image 2.
When using this component that provides me with information about a phone's DDI, I get the error in image 1 and the component is this one:
And I am using this component here:
I tried changing the array to a function, like this:
But I still get errors, as shown in image 2.


