Zachary

Results 4 issues of Zachary

Here is my demo code for the issue: ``` import { Select, Option, Button } from '@material-tailwind/react' import { useState } from 'react' const Test = () => { const...

I've added my custom colors : 'primary', 'scondary', 'success', 'error', 'info', 'warning' in the theme object. ``` const theme = { typography: { defaultProps: { variant: 'paragraph', color: 'primary', textGradient:...

See [(https://github.com/parcel-bundler/parcel/issues/2833)] I've tried so many ways to prevent this error and finally found this approach to solve it.

After reading the source code, I've discovered the implementation for token revocation was followed by the RFC 7009: https://datatracker.ietf.org/doc/html/rfc7009#section-2.3 But there is no CORS implementation which is recommended by RFC...

bug