whatelse
Results
3
comments of
whatelse
Hello, I think I found a solution : ```javascript import { FormattedMessage, useIntl } from 'react-intl'; function toto() { const intl = useIntl(); return ( ) } ``` It worked...
Hello @papb `Sequelize.NOW` also does not work in models definition used with `sequelize.sync`. I had to use `Sequelize.fn('now')` instead.