solid-react-components icon indicating copy to clipboard operation
solid-react-components copied to clipboard

Reusable components for Solid React applications

Results 41 solid-react-components issues
Sort by recently updated
recently updated
newest added

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Regular Expression Denial of Service in websocket-extensions (NPM package)...

dependencies
security

Bumps [html-webpack-include-assets-plugin](https://github.com/jharris4/html-webpack-include-assets-plugin) from 1.0.10 to 2.0.0. Changelog Sourced from html-webpack-include-assets-plugin's changelog. 2.0.0 (2019-04-18) Version 2.0.0 is a full rewrite of this plugin using ES6 instead of ES5 source code. Bug...

dependencies

Whitesource runs a scan as a CI check on PR, and updates the online inventory on push.

I have deleted `node_modules` directory and installed the packages again for several times, and I keep getting below error. I can install `styled-components` package on my project to resolve the...

https://github.com/inrupt/solid-react-components/blob/03c1e1fb01a821fd67fa9a486fa9e8954594ad95/src/lib/classes/access-control-list.js#L15 I think that the parameter aclUrl should be optional and by default set the value to \`${documentUri}.acl\` @james-martin-jd

When the user is authenticated and withWebId is used on a component, the component is first rendered with `withWebId` set to `undefined` and then the prop is changed to the...

Triaged

I tested a build of a minimal generator-solid-react project and found that the solid-react-components currently is a few bytes short of 4MB that will be 1MB gzipped over the line...

The file uploader will always try to match from a list of extensions. Files without extension will fail validation. Also can't pass something like `*.*` for any file extension. ```js...

You can pass an `onSuccess` button to the builder, but the `Submit` button and the fields of the resulting form are entirely shielded off from the rest of the app,...

Triaged

I've just scanned through the code, so it might be that I'm interpreting it incorrectly, but as far as I can see [here](https://github.com/inrupt/solid-react-components/blob/3e9c27e3f1b5764cca0b5d987d737f0375b56750/src/lib/classes/access-control-list.js#L18), the `AccessControlList` class assumes that a Document's...

bug
Triaged