Unplanned
Last Updated: 05 Jul 2023 11:20 by Ausir
Ausir
Created on: 05 Jul 2023 11:20
Category: Grid
Type: Bug Report
0
Building a Nuxt 3 project for production results in missing styles in the Native Grid

Describe the bug
The Native Grid looks differently when tested in development and production builds. Everything is OK in the development build and once the project is built for production, the Grid borders are missing.

To Reproduce

  1. Download the Nuxt 3 Getting Started demo
  2. Install the npm packages (npm i)
  3. Run "npm run dev" and open the URL from the console. See the correct Grid look
  4. Run "npm run build"
  5. Run "npm run preview" and open the URL from the console. The Grid's borders are missing

Expected behavior
All styles should be available in the Native Grid, once it is built for production

Screenshots
Dev build:
image

Production build:
image

0 comments