-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dismissable alert breaks #77
Comments
This seems to be related to the timeout-mixin, but frankly I'm not exactly sure as of now. Any ideas? |
Yeah, that's right. This is a bug with om-tools's mixins in advanced compilation mode. Check out the "Button Loading State" example text. To fix it, you'll need to alias that call:
Then call |
Actually, according to @swannodette you can add a line to your externs: |
Another thing, is the order of arguments of |
btw, the aget doesn't seem to work, since the owner in question does not have that property. Perhaps the externs? |
@ebellani the order of arguments doesn't matter, as {owner :owner {:keys [bs props children} :data} It's just easier to directly write the keys that you want to access. |
@ebellani huh, confused on the aget not working. Is this in dev mode or advanced compilation mode? Can you get the "Button loading state" example from the docs site to work? |
Executing the code at the branch https://github.com/ebellani/om-bootstrap/tree/dismissable-alert-timeout
will produce the exception
which is the result IMO of this code
The text was updated successfully, but these errors were encountered: