You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to use this library for the first time.
The extra package (dependency) works without issues.
I can also import this package.
I removed the original FlowRouter packages (as per the instructions).
But when I add this line to instantiate it, as per the docs, I get the error "TypeError: FlowRouterTitle is not a constructor"
import { FlowRouter } from 'meteor/ostrio:flow-router-extra';
import {FlowRouterTitle} from 'meteor/ostrio:flow-router-title';
[I DECLARE SOME ROUTES HERE]
new FlowRouterTitle(FlowRouter); <-- THROWS ERROR
Latest flow-router-title version
Meteor 2.8.1 (latest)
Chrome
Mac
The text was updated successfully, but these errors were encountered:
Trying to use this library for the first time.
The extra package (dependency) works without issues.
I can also import this package.
I removed the original FlowRouter packages (as per the instructions).
But when I add this line to instantiate it, as per the docs, I get the error "TypeError: FlowRouterTitle is not a constructor"
Latest flow-router-title version
Meteor 2.8.1 (latest)
Chrome
Mac
The text was updated successfully, but these errors were encountered: