Skip to content

Black bar displayed instead of toolbar UI when used with React + Vite app #43

@kaneg

Description

@kaneg

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>                                                                                                                                                              
  );                                                                                                                                                                       
}                 
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions