react-bulma-components
react-bulma-components copied to clipboard
React components for Bulma framework
**Describe the bug** `Form.Input` in the typings file explicitly excludes `renderAs` ```typescript // https://github.com/couds/react-bulma-components/blob/v4.1.0/src/components/form/index.d.ts#L91 declare const Form: { Input: ( props: OmitKeys< InputProps & ElementProps, 'renderAs' | 'readonly' >, )...
**Describe the bug** When importing library as ESM, Typescript fails to find types. **To Reproduce** Steps to reproduce the behavior: 1. Import a random component using `/esm` imports. Example: `import...
**Describe the bug** the `name` property is missing in the `InputFileProps` **To Reproduce** Add name to an input file. ```typescript import { Form } from "react-bulma-components" function MyInput() { return...
**Describe the bug** Can't use Navbar in Next.js server component because: https://github.com/couds/react-bulma-components/blob/82d13fc9d8c9ffee46c21318450127b92cbf128e/src/components/navbar/context.js#L3 frustrating because I don't need the `active` toggle anyway 😑 **Screenshots** ``` Server Error TypeError: createContext only works...
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...
**Describe the bug** I can find the type definition for `ColumnSize`, but the type doesn't appear to be exported or available from the library. When I try to set a...
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.28 to 0.7.33. Changelog Sourced from ua-parser-js's changelog. Version 0.7.33 / 1.0.33 Add new browser : Cobalt Identify Macintosh as an Apple device Fix ReDoS vulnerability Version...
**Describe the bug** The following code does not trigger the function when the button is clicked. ``` handleSignOutClick(e)} > Sign Out ``` ``` function handleSignOutclick(event) { console.log("Triggered!"); //... } ```...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...