Trey Shugart

Results 52 issues of Trey Shugart

The comment at https://github.com/skatejs/skatejs/issues/1279#issuecomment-352934104 seemed to do a good job of explaining props and should probably go into the docs / website.

documentation
package: element

Should just use the standard `import` and `peerDependency`. Generally bundlers fallback to trying to find the global name anyways.

It's not big, but it's not small and we really shouldn't need to do it. It seems more for aesthetics than anything else. However, this should still be considered breaking.

References #60. We should be able to do: ```js ``` And the `click` event will be bound. If the `click` event is already bound and no `click` event is passed...

The current tests are based off of the v0 APIs and should be updated.

Currently the package name is still skatejs-react-integration. We should align this with the new org it sits under.

I'll spare you the complete output, but here's some of it: ``` events.js:85 throw er; // Unhandled 'error' event ^ Error: java.lang.StackOverflowError at com.google.javascript.jscomp.parsing.IRFactory.handleJsDoc(IRFactory.java:792) at com.google.javascript.jscomp.parsing.IRFactory.transform(IRFactory.java:864) at com.google.javascript.jscomp.parsing.IRFactory.access$300(IRFactory.java:131) at com.google.javascript.jscomp.parsing.IRFactory$TransformDispatcher.processBinaryExpression(IRFactory.java:1447)...

I may be incorrect in assuming that the filter is a place where one can not only check if an element can have keyboard events attached to it, but also...

Useful for: - Standalone app - Examples for a package - Docs - etc. Notes from a conversation with @jedwatson regarding package configuration: ```js { ...pkg, "zeropack": { "name": "Select",...

enhancement