canjs / can-route

Observable front-end application routing for CanJS.
https://canjs.com/doc/can-route.html
MIT License
10 stars 4 forks source link

Tests failing: define.types.string is not a function #164

Closed chasenlehara closed 6 years ago

chasenlehara commented 6 years ago

This is what’s causing https://github.com/canjs/can-route/issues/161 and https://github.com/canjs/can-route/issues/163

chasenlehara commented 6 years ago

This is actually an issue in can-define: https://github.com/canjs/can-define/blob/c47d3050c9a663b37ce8bec163ec3a2ee2c46ea4/can-define.js#L1182

define.types.string should be a function, not an object.

justinbmeyer commented 6 years ago

Issue moved to canjs/can-define #330 via ZenHub