make forge a peer dependency #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "probablycorey/howl:forge"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bun's bundler was creating duplicate forge instances when howl had its own copy. This meant Howl components (Button, VStack, etc.) were registering styles in a different object than the app's components, so their styles went missing in production.
Moving forge to peerDependencies makes howl use the app's forge instance instead.