.resolveOne() is not applying data args when parsing the root Url. The result is that a request to: ``` siren.resolve('x.io/user', {data: {param: blue}}); ``` Will check the store for 'x.io/user' instead of checking for 'x.io/user?param=blue'