skip to Main Content

Reactjs – Tailwind different on build (w-20 w-full)

I'm using tailwind, vite, and react I have an 2 elements, thats look like this : <div class="font-normal bg-grey appearance-none rounded-3xl w-full leading-tight border-none ring-0 text-sapin focus:bg-menthe focus:outline-none focus:shadow-outline focus:placeholder:text-transparent placeholder:font-thin placeholder:text-sapin-500 py-0 px-5 sm:py-2 w-20"></div> In localhost, it working…

VIEW QUESTION

When using scichart.js, an error occurs when deployed using alias in nginx

First of all, the specifications are as follows. use react use vite use [email protected] use [email protected] The module settings are as follows. export const SetSciChartSurface = () => { SciChartSurface.setRuntimeLicenseKey(window.REACT_APP_SCICHART_KEY); SciChartSurface.configure({ wasmUrl: "./scichart2d.wasm", dataUrl: "./scichart2d.data", }); SciChartDefaults.useSharedCache = true; return…

VIEW QUESTION
Back To Top
Search