# astrimid - Can anyone else reproduce this?imp...
Channel: #support
Source: https://discord.com/channels/1233487248129921135/1526212541162717315
Started: 2026-07-13T13:03:46.042000+00:00
Last activity: 2026-07-14T18:07:00.555000+00:00
## astrimid — 2026-07-13T13:03:45.471000+00:00
Can anyone else reproduce this?
```
import React from "react"
export const TestSources = () => (
)
```
As I understand connecting two nets via netlabel is kinda invalid, but shouldn't it complete with error rather than being stuck in `SimulationSpiceEngineRender`? Took me a while to find an offending line, no errors were shown in error list. Only a warning:
```
is missing a name. Add a name prop to make the trace easier to identify.
```
Attachment: image.png — https://community.tscircuit.com/media/1526212540814721115
## Seve — 2026-07-13T15:17:59.020000+00:00
yea we're going to throw on this- i actually "fixed it" but i think it'd be unclear if we allowed connections to be made that way
## astrimid — 2026-07-14T16:53:38.991000+00:00
This is what I'd expect when you connect two nets:
So it's like a netlabel attached to the network that connects to a trace between two components. So I'm injecting/drawing current from a network to another named network.
Currently I see either the label or it hangs.
Attachment: image.png — https://community.tscircuit.com/media/1526632782116163664
Attachment: image.png — https://community.tscircuit.com/media/1526632782669807748
## astrimid — 2026-07-14T16:56:44.735000+00:00
another way to label a a network, but this more for labeling the current stretch, as I understand, or the continuation on the other page if page number is provided
Attachment: image.png — https://community.tscircuit.com/media/1526633561841598525
## Seve — 2026-07-14T18:07:00.555000+00:00
we might introduce a `` but i don't think that what's youre talking about here