JetBrains / react-buddy-ide-toolbox

@react-buddy/ide-toolbox and palette packages
Apache License 2.0
60 stars 5 forks source link

Preview doesn't show an entire component with vite #68

Closed lovtsovaik closed 1 year ago

lovtsovaik commented 1 year ago

Steps to reproduce Use test project: [Uploading vite-test-tb.zip…]() and run preview for Boot.tsx

or do preconditions:

AR: component is not visible entirely on a preview. Top part is absent. Restarting dev server doesn't help image

Note that i can't reproduce this with cra-project

lovtsovaik commented 1 year ago

It is not ide-toolbox problem, it is incorrect vite template.

Removing place-items: center; from index.css helps to aviod the problem