booben icon indicating copy to clipboard operation
booben copied to clipboard

Web app constructor based on React, with GraphQL bindings

Results 89 booben issues
Sort by recently updated
recently updated
newest added

if open https://demo.booben.io/ or https://localhost/ app crash: `_http_outgoing.js:471 throw new ERR_HTTP_HEADERS_SENT('set'); ^ Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client at ServerResponse.setHeader (_http_outgoing.js:471:11) at ServerResponse.writeHead (_http_server.js:231:21)...

bug
priority / high

release info https://www.styled-components.com/releases#v4.0.0 to be fixed: 1. injectGlobal -> createGlobalStyle 1. .withComponent -> 'as' prop 1. remove deprecated .extend 1. keyframes no longer returns an animation name + check if...

priority / high

This happening in Demo after the last Booben build. `POST https://graphql.booben.io/ 400 ()` in console and big grey alert message in the right screen corner.

bug
priority / high

[Video](https://github.com/bcrumbs/booben/files/2280352/180811__components-and-no-routes.zip)

bug
priority / high

Actually, some another flows lead to this exception. But the main reason is near [this line](https://github.com/bcrumbs/booben/blob/fe183b7fbc9017e3e9e1e196d7f627e2b36b6424/app/src/containers/ComponentsTreeView/ComponentsTreeView.js#L1303) Here is a strict null check which is successfully passed by `undefined` value. Correct...

bug
priority / high

As far as I know it's a pretty common case to use "-" But I cannot do it in booben. Route name definition allows only "_" as a separator

bug