-
Notifications
You must be signed in to change notification settings - Fork 11
Common Pitfalls
Tom Clement edited this page Jan 12, 2017
·
2 revisions
Make sure your controller is present in the array of controllers in your App class' static controllers
property, and is correctly imported at the top of your App class file.
Make sure that the renderables in your View class are decorated with @layout
decorators. Not having any decorators on properties in a View class will have those properties ignored by the rendering engine.
Make sure you run npm run build
after every change, or run npm run watch
to rebuild on every file change.
The FlexScrollView will not by default create listeners outside of the renderables it draws. You can either create a Famous surface behind the scrollView and .pipe() it to the scrollView, or use a container in the ScrollView.