Dominik
Dominik
https://github.com/ctrlplusb/react-async-component Really simple to implement in Arc
@sidroopdaska the above is not working, except you using the patched version from @stephenh of the `graphql-import` lib. Problem currently is, `graphql-import` only accepts `.graphql` files. If you merge your...
Should be okay. also i dont see any reason for, cause the needed props are already hardcoded, if you just spread the config before you defined projectConfig, your hard coded...
ive made the precompiled lib working, but cant use the components in the application. not one sentence about this topic. so i.e ive a package named "admin-components" that exports componentLoader...
Right after this i had the simple idea and its working: ``` dashboard: { component: "Dashboard", }, ``` is working. so just simple define it with same name as defined...
No sorry, we made it working with custom components, but had other issue, so we dont use adminjs anymore. Lambda was never in scope.
Have you tried ? https://facebook.github.io/react/docs/react-api.html#react.purecomponent
Problem here => this page is missing: https://github.com/swagger-api/swagger-ui/blob/master/dist/oauth2-redirect.html usually served like this: [From Docs](https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/installation.md) ```js const express = require('express') const pathToSwaggerUi = require('swagger-ui-dist').absolutePath() const app = express() app.use(express.static(pathToSwaggerUi)) app.listen(3000) ```...