Aseer KT

Results 9 comments of Aseer KT

How is the progress now?

you cannot put the JSX element lying around in the code. either use it as part of a component (function) or assign JSX element to some variable

@oezguerisbert I am not seeing `src` directory in your folder structure. ```js /** @type {import('tailwindcss').Config} */ module.exports = { content: ["./src/**/*.{html,js,jsx,ts,tsx}"], theme: { extend: {}, }, darkMode: "class", plugins: [...

You can fix this by passing `notched` prop as `true` to `Select` component. @lukexor Strange we need to pass label in two places here. One as prop to `Select` and...

What is the expected behavior here?. Should it throw error when it encounters two different messages for same ID?

you can also cover this #270 in this PR