-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Description
Hi,
I'm experiencing an issue where the Agentation toolbar renders as a black bar instead of displaying the proper UI elements. The component is mounting correctly, but the
visual elements are not appearing.
Environment:
- Package version: agentation@^1.3.1
- Framework: React 19.2.0 with Vite 7.2.4
- Browser: [Your browser and version]
Setup:
// App.jsx
import { Agentation } from 'agentation';
function App() {
return (
<Router>
<Routes>
{/* routes */}
</Routes>
{import.meta.env.DEV && <Agentation />}
</Router>
);
}

Metadata
Metadata
Assignees
Labels
No labels