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
Fixes error thrown if data's initial value is null (#8)
Or undefined. To reproduce/test this fix, simply try creating a component with a data property like so: `{ data: function() { return { something: null }; } }`
0 commit comments