Mike Hedman
Mike Hedman
When I start up the client server in dev, it loads http://localhost:3000, not https as expected. And then trying to navigate to the https address also does not work. This...
Note: I don't have a Windows development environment to test this.
The docs state: > container {String} Selector that describes the element within the view that should hold the subview > To me, that indicates that the container will remain, but...
If I create a lib component with the following content: `` it adds to the lib fine, but I cannot drag it onto a page. It seems like the drag...
Hi, In createUser, I need to be able to specify a name, rather than the default that you provide. So my suggested change is: `mention_name: params.mention_name ? params.mention_name : params.name.replace(/\s+/g,...