Results 34 issues of Adam Lane

I am trying to upgrade ant design in my project and getting this error: `Unhandled Rejection (Invariant Violation): Element type is invalid: expected a string (for built-in components) or a...

Following this project pattern I have added bindings for most of the remaining components here: https://github.com/Enalmada/bs-ant-design These have not yet been used and since these were the first reason code...

At the bottom of server.js, there are some paths like manifest.html, manifest.appcache, etc that don't resolve. Perhaps they were constructs from older version of next.js? I am totally new to...

bug

feature request

You may want to consider next-manifest and next-offline. I am still learning about all this but they seem like they might greatly simplify a next.js PWA implementation.

The readme wisely states not to use data-prefetch-link on large lists so as a compromise I would like to do it when a user hovers a link. http://instantclick.io makes traditional...

Change organization from pellucidanalytics, update scalaVersion, update datomisca to 0.7, fix resolver, fix typo in SchemaEntity.newBuilder seq, change results map in sample to foreach so logging isnt cutoff at termination.

This script is mentioned in the javascript but not in the overview instructions: ["./lib/css/wysiwyg-color.css"] This causes browser error... "NetworkError: 404 Not Found - http://localhost:9000/.../lib/css/wysiwyg-color.css" I assume the file should either...

When trying to use bootstrap-wysihtml5 on multiple textarea on the same page using the latest code in github, only the first one shows. After much debugging I discovered that... Script...

Thanks for providing antd binding to the community! What version of antd is this for? Can that be called out officially somewhere so it is clear what might need to...